Can’t change font size for entire table
-
I have been unable to change the font-size for the entire table on this page, only column 1. Here’s the CSS I’ve used:
#tablepress-3 a {
font-size: 16px;
line-height: 22px;
}This changes the font on the links. If I replace the a with tbody td, none of the text resizes.
How do I increase the font on columns 2 & 3?
- The topic ‘Can’t change font size for entire table’ is closed to new replies.