Support » Plugin: TablePress - Tables in WordPress made easy » Tablepress – Removing Borders

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Meaghan

    (@meaghanlisteryahooca)

    Thanks Tobias. Here is the page – http://theyinyou.com/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link!
    This “Custom CSS” should be enough to remove all borders in the table:

    .tablepress-id-1,
    .tablepress-id-1 td {
      border:none !important;
    }

    Regards,
    Tobias

    Thread Starter Meaghan

    (@meaghanlisteryahooca)

    Thank you so much. That fixed it. I had a variation of that in the custom CSS code area, but it wasn’t exactly the same.

    Plugin Author TobiasBg

    (@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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tablepress – Removing Borders’ is closed to new replies.