Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter vj_dobermann

    (@vj_dobermann)

    Hi Tobias,

    Many thanks, it’s nearly what a want 🙂

    Will you add an option to hide/display borders in the next update ?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter vj_dobermann

    (@vj_dobermann)

    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…

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Border solid’ is closed to new replies.