Hi,
thanks for your post, and sorry for the trouble.
This is then caused by your theme, which also adds such an effect to tables. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Sorry – I had to get the site out of maintenance mode. It’s not live yet.
http://sageandshadow.com/choose-your-path/
Hi,
thanks for the link! Indeed, your theme is adding CSS to add this effect. To again override this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress tr {
background-color: #ffffff !important;
}
Regards,
Tobias
That’s perfect. Now how do I remove the lines (horizontal) between rows? Sorry, should have asked earlier.
Hi,
for this, please also add
.tablepress tbody td {
border: none!important;
}
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!