Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    That’s possible with CSS code. For the header row, please refer to https://tablepress.org/faq/change-background-color-table-head-row/

    For adding a border like that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th {
    	border: dotted 1px #484848;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Make border color’ is closed to new replies.