Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, that should only require some CSS. As TablePress does not use vertical lines, they must be coming from your theme though. To find out more, 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 mberdusco

    (@mberdusco)

    Hi Tobias,

    Thanks for getting back to me!

    Here’s the link to the page: https://whipcord.com/lethbridge/ (table is at the bottom)

    Thanks ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link! To remove those vertical borders, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .post .tablepress tbody td,
    .post .tablepress thead th {
    	border-left: none;
    	border-right: none;
    }

    Regards,
    Tobias

    Thread Starter mberdusco

    (@mberdusco)

    That worked! Thanks for your help!

    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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing only vertical lines’ is closed to new replies.