Custom Color CSS Not Rendering – Also Making Column Widths Change
-
Hi Tobias
I’m trying to change the color of my table header (and hover color) using the CSS example you provided. However, when I do so – the colors render incorrectly (the red color is gray) and the column widths resize themselves (see column 3 in screenshot here: https://www.dropbox.com/s/qkojftfgnkb9lfl/Screenshot%202015-01-26%2016.03.57.jpg?dl=0 ).
Here’s the CSS I am using:
.tablepress thead th,
.tablepress tfoot th {
background-color: #b52929;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #dd9933;
}I’ve tried using the CSS you provide for column width to fix this, but it doesn’t seem to change anything. Thanks for your help.
Visit site: http://www.wingfling.events/ and use password “tablepress”
The topic ‘Custom Color CSS Not Rendering – Also Making Column Widths Change’ is closed to new replies.