• Closed
  • Design by Pepper
    Participant
    October 6, 2015 at 1:20 am #21191

    I’ve tried every solution I could find through google search.
    I am using tiny mce advanced but for this example i just wrote it in code text.

    What is causing the outline to appear around the outside of the table?
    This occurs on pages and posts.

    table problem

    Denzel Chia
    Moderator
    Posts: 2672
    October 6, 2015 at 11:45 am #21224

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    table {
    border: medium none !important;
    }

    Thanks!