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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Those borders are indeed not around the table element, but around a container that is added by your theme (from what I can see). You can however remove it with CSS as well.
    Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .servs-list-container {
      border: none;
    }

    Regards,
    Tobias

    Thread Starter chasndav

    (@chasndav)

    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 ‘Outline on table’ is closed to new replies.