Varying Font Sizes
-
Hi, I’ve managed to control the font size in my tables with your recommended CSS code but I wanted to know how to change the font size on a number of tables (but not a global change)
Do I use the same block of code below each time for each individual table and change the N value or is there a way of using the block of code just once and putting multiple table values within it?
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: #ff0000;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Varying Font Sizes’ is closed to new replies.