Table Header Row Color Not Changing
-
Hi Tobias, great table setup and exactly what I was looking for. I put in the custom CSS to change the Table Header Row background color:
.tablepress thead th,
.tablepress tfoot th {
background-color: #6abe2b;
}But all the cells are white, with a white text font color which is what I do want. Here’s the web table.
The custom CSS for the sorting background color does work, using the same bg color – #6abe2b;.
I also installed the floating header plugin, which does appear (a little bit, since I have just a couple rows filled out) when I scroll the page down – and here the cell background color does appear correctly, as does the hover sorting bg color as before.
What is preventing the bg color – #6abe2b; – from showing?
And is their a CSS snippet to make the cell height thinner?
Again, great job with this and thanks for your time.
- The topic ‘Table Header Row Color Not Changing’ is closed to new replies.