Change Table Title Styling for a Specific Table
-
I’ve changed the styling of the table title for all tables on my site using the following code in the Custom CSS:
.tablepress-table-name { text-align: left; font-size: 14pt !important; }
This works for all table titles, but which of the following CSS selectors would I use to target a specific table title (using the table on the referenced page as an example):
- .tablepress-table-name .tablepress-table-name-id-9
- .tablepress-table-name-id-9
- something else?
Thanks for your help!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change Table Title Styling for a Specific Table’ is closed to new replies.