[Plugin: WP-Table Reloaded] column CSS style
-
Hi,
I’m trying to format the 1st column of the 1st table, the heading column, but all settings are ignored. This is the code I use:.wp-table-reloaded-id-1 .column-1 td {
font-size: medium;
font-weight:bold;
}
I tried also with this:
.wp-table-reloaded-id-1 .col-1 td {
font-size: medium;
font-weight:bold;
}
but both do nothing, while, for testing, this works:
.wp-table-reloaded-id-1 .row-14 td {
font-size: medium;
font-weight:bold;
}
row 14 is the last of the table.
Do you know why?
Thanks
Riccardo
- The topic ‘[Plugin: WP-Table Reloaded] column CSS style’ is closed to new replies.