Hi,
thanks for your post, and sorry for the trouble.
To change the hover color, please try the code that is explained in the answer to the question “How can I change the color used for highlighting hovered rows?” in the TablePress FAQ at http://tablepress.org/faq/
Regards,
Tobias
Hi,
thanx for your quick reply, i tried with this code and didn’t worked. You can see it in isabelrico.es/prueba2 if you want.
Regards.
Hi,
thanks for the link! Unfortunately, it only gives me an error when opening it.
Is that really a published page?
Regards,
Tobias
Hi,
try now, i haven’t saved the changes.
Regards.
Hi,
ok, now it works. Thanks! 🙂
Ok, in your case, you’ll actually want a hover color on the individual cells, and not on the row. For that, you’ll use similar code as before:
.tablepress-id-1 .row-1 .column-1:hover {
background-color:#ff0000;
}
.tablepress-id-1 .row-1 .column-3:hover {
background-color:#00ff00;
}
.tablepress-id-1 .row-1 .column-5:hover {
background-color:#0000ff;
}
Regards,
Tobias
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!