Hi,
thanks for your question, and sorry for the trouble.
Yes, that should only require some CSS. As TablePress does not use vertical lines, they must be coming from your theme though. To find out more, 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
Hi Tobias,
Thanks for getting back to me!
Here’s the link to the page: https://whipcord.com/lethbridge/ (table is at the bottom)
Thanks 🙂
Hi,
thanks for the link! To remove those vertical borders, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.post .tablepress tbody td,
.post .tablepress thead th {
border-left: none;
border-right: none;
}
Regards,
Tobias
That worked! Thanks for your help!
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!