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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To add a border to all table cells, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress tbody td {
      border: 1px solid #333333;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘DESIGN TABLE’ is closed to new replies.