change font size and color of Table Description
-
Tobais, I’m trying to change the styling on the table description. I’d like to increase the font size, make it bold and change the color.
The Table id is 9. https://gringodog.com/pet-friendly-hotels-mexico/
Here’s the code that I have now, that does not seem to work. I have tried a number of changes (18px and 18pt, moving the table-id-9 to different places), but I am stumped. Can you see where my problem is?
.wp-table-reloaded-id-9 .table-description {
font-family: Arial;
font-size: 18px!important;
font-weight: bold!important;
color: #ee0000;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘change font size and color of Table Description’ is closed to new replies.