Hi,
thanks for your question, and sorry for the trouble.
The reason for this simply is that your theme also contains CSS for tables, so that some of the styling is overridden. For example, the theme also adds a row highlighting feature.
Can you maybe explain what exactly you want to change about this? I quite like the row highlight effect on the page from your link.
Regards,
Tobias
Hi,
Thanks for your answer.
Actually I also like the Highlight color, the point is I would just deactivate it for some special rows. Example on the last table of my page (the one with stars) there’s 3 rows in grey that I would’nt have highlighting.
Regards,
Jeremy
Hi,
ah, ok. Then just change
.tablepress-id-2 .row-2 td,
.tablepress-id-2 .row-22 td,
.tablepress-id-2 .row-27 td {
background: #acacac;
to
.tablepress-id-2 .row-2 td,
.tablepress-id-2 .row-22 td,
.tablepress-id-2 .row-27 td {
background: #acacac !important;
to exclude those.
Regards,
Tobias
The change’s done but unfortunatly still doesn’t work :/
JEREMY
Hi,
are you sure? When I check on http://mcitycar.com/revision/ , the three rows with the dark gray background color stay like that, even when I hover them.
Regards,
Tobias
Oh no sorry, it works great! My mistake, it was a cache issue.
Thanks a lot !
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 Jeremy,
thanks a lot, I really appreciate it!
Best wishes,
Tobias