Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Hi,
I have a problem with head row background color. From the FAQ,
this is working:
.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #00ff00;
}
but this is not working:
.tablepress thead th,
.tablepress tfoot th {
background-color: #ff0000;
}
Hi,
it might be possible, that a theme setting is overriding this. Please try extending the line
background-color: #ff0000;
to
background-color: #ff0000 !important;
Regards,
Tobias