Selecting the table header
-
Neither of these two CSS blocks set the font size of the first row of the two tables but both CSS blocks do set the font size of every other row of the two tables :
// Comodo pricing table
.tablepress-id-7 .row-1 th {
font-size: 8px;
}.tablepress-id-7 tbody td {
font-size: 8px;
}// Comodo features table
.tablepress-id-12 thead th {
font-size: 8px;
}.tablepress-id-12 tbody td {
font-size: 8px;
}Would you please be so kind as to point out what I’ve overlooked?
TIA,
Eric P.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Selecting the table header’ is closed to new replies.