• Resolved davidhighcampdesign

    (@davidhighcampdesign)


    How do I hide the vertical borders on the left and right hand side? I tried the various examples but could not seem to get this figured out.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This border is being added by your theme. To remove it, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
        border: none !important;
    }

    Regards,
    Tobias

    Thread Starter davidhighcampdesign

    (@davidhighcampdesign)

    Perfect, one more question…. how would I change the color of the horizontal lines that remain? I would like to darken them up just a touch.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    that’s good to hear. To change that color, you could use this “Custom CSS”:

    .entry-content .tablepress tr td {
        border-top: 1px solid #333333;
    }

    Regards,
    Tobias

    Thread Starter davidhighcampdesign

    (@davidhighcampdesign)

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘How to hide vertical borders?’ is closed to new replies.