Styling Problems
-
Can someone explain why this styling doesn’t work?
With the code below I’m trying to change the text color of Header and Footer rows.
.post-content .tablepress thead, .post-content .tablepress tfoot { color: #ffffff; word-break: normal; }
With this code I’m trying to change the links (link & visited) color but i want to keep the current hoover color that comes with the theme.
.post-content .tablepress thead a, .post-content .tablepress tfoot a { color: #ffffff; word-break: normal; }
And finally with this code i’m trying to change the background color.
.post-content .tablepress thead, .post-content .tablepress tfoot { background-color: #234e86; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Styling Problems’ is closed to new replies.