Hi,
thanks for your question, and sorry for the trouble.
For this, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress th,
.tablepress td {
border: 1px solid #cccccc;
}
Regards,
Tobias
Hi,
Perfect thank you very much !
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 again,
I have another question. Do you have any idea how I can put the text of all cells in the middle. Not just center from left and right but also from top and bottom…?
Thanks again !
Hi,
for that, please try this:
.tablepress tbody td {
vertical-align: middle;
}
Regards,
Tobias
Works perfectly fine! Thank you so much 😀
Hi,
sure, no problem! Always happy to help!
Best wishes,
Tobias