Hi,
thanks for your question, and sorry for the trouble.
Do you for example mean the “Prices” table?
To add bottom borders there, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th {
border-bottom: 1px solid #ddd !important;
}
Regards,
Tobias
Hi Tobias,
Many thanks, it’s nearly what a want 🙂
Will you add an option to hide/display borders in the next update ?
Hi,
the TablePress default CSS actually contains horizontal borders for tables (you can see this e.g. on https://tablepress.org/demo/ ).
Unfortunately, some themes (like yours) have their own CSS code for tables, and sometimes remove borders with that. :-/
Regards,
Tobias
Is possible because I’have another table on the bottom main page (equipments), it’s a table without border. Maybe there is a conflict between them…
Hi,
that seems to be a regular HTML table, there should not be a conflict. It’s simply that some themes load their own CSS for tables.
Regards,
Tobias