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.
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
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.
Hi!
Glad it worked.
Please try this one:
.container_wrap {
border-top: none;
}
Regards,
Ismael
Thanks Ismael. This last message help me too.