Font Color and Size on Tables Not Updating
-
I need to make the font on all tables black and larger.
I added the following to the custom CSS area and tried three variations.
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 18px;
color: #000000;
}And also tried updating the “N” to .tablepress and then the table names instead of the “N” but no luck. What am I doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Font Color and Size on Tables Not Updating’ is closed to new replies.