• Resolved Abiel

    (@aabuy)


    Hello..

    I’m using Right sidebar – wide in the layout and I want to know how to remove this border? I cannot seem to find it in the style sheet.

    I pasted a screenshot of my website below.

    • This topic was modified 2 months, 1 week ago by Abiel.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi there,

    You can use the following CSS to hide that border on the site:

    .content-container:after {
    display: none;
    }

    Please copy and paste this into the Custom CSS section in the Customizer (Appearance > Customize), and it will take affect right away.

    Thread Starter Abiel

    (@aabuy)

    That worked… thank you so much.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

    Stay in touch if you need anything else, and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.