Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You will need “Custom CSS”, but you could simplify the CSS with an “Extra CSS class” for the relevant tables.
    For example, add tablepress-vertical-borders to all tables that should get them, and then you’ll just need “Custom CSS” like

    .tablepress-vertical-borders th,
    .tablepress-vertical-borders td {
      border: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter Iuris-

    (@iuris-)

    Thanks for the solution, that was exactly what I was looking for!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vertical borders’ is closed to new replies.