Table Title styling
-
Hey Tobias, I am trying to add styling to the title of a specific group of tables and can’t seem to get the css to work.
The way I’ve tried it is:
.tablepress-poll .tablepress-table-name {
background-color: #000;
text-transform: uppercase;
padding: 5px;
color: #77b143;
text-align: center;
margin-bottom: 0;
text-decoration: underline;
}with .tablepress-poll being the “group” of tables I’d like to apply styling to. All other custom styling works for .tablepress-poll like thead, tbody, etc… But I can’t get the table-name thing to work. Any advice?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Table Title styling’ is closed to new replies.