Change font size or cell padding using custom css
-
It would be nice if you posted a link to your documentation or set of instructions so that I wouldn’t have to bug you for help on this forum.
I set the table class to “Manual>” in an attempt to set some custom css styling. I named the manual class “events” and then wrote in styles.css the following:
/* Ultimate Tables – Events page custom styles */
table.events td {
font-size: 12px !important;
}It is not changing the font size. Please indicate how to change the font size for a specific table. I can’t change it globally because I have another table that I don’t want to change the font size for. I need to target a specific table.
The topic ‘Change font size or cell padding using custom css’ is closed to new replies.