Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #252215

    How do I remove the light grey border at the bottom of the color section with the black/gray background in it?

    http://johnstonsafetysupply.com/think-safety/

    The color section id is thinksafetylogobar

    Thanks.

    #252456

    Hey danieltjohnston!

    Thank you for the link.

    Please add this on Quick CSS or custom.css to remove the border at the top of the section:

    div#costsavings {
    border-top: none;
    }

    Regards,
    Ismael

    #252823

    Thanks for your help. That did the trick. I’m also hoping to remove the borders from the rest of the color sections. I thought I could use your code and just adjust the ID accordingly, but that doesn’t seem to be doing the trick. Is there a way to remove the light gray border from all of the color section?

    Thanks again.

    #253060

    Hi!

    Glad it worked.

    Please try this one:

    .container_wrap {
    border-top: none;
    }

    Regards,
    Ismael

    #340062

    Thanks Ismael. This last message help me too.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Color Section Border’ is closed to new replies.