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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The best approach here should be to remove it from all cells and then only add it to the actual <table> element:

    .tablepress-id-1 tr,
    .tablepress-id-1 tbody td,
    .tablepress-id-1 thead th,
    .tablepress-id-1 tfoot th {
    	border: none;
    }
    .tablepress-id-1 {
      border: 2px solid #e1c190;
    }

    Regards,
    Tobias

    Thread Starter frackiewicz123

    (@frackiewicz123)

    that worked perfectly! Thanks.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Hiding certain borders?’ is closed to new replies.