• Resolved planeo8

    (@planeo8)


    I would like to add borders to all cells in a specific table…not all tables

    I may have missed the answer on how to do this in the Q/A section, but would appreciate your help in learning the CSS code to do this.

    Thanks.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    For that, it should work to add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 th,
    .tablepress-id-123 td {
      border: 1px solid #333333;
    }

    This should add a border around all cells of table 123.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘ADD BORDERS TO A TABLE’ is closed to new replies.