Hi folks,
I’m seeing something I don’t recall in earlier releases. There’s a 1px white line between the left menu and the main content on this site:
http://selfresidency.org/
I looked through Inspect Element to try and find what’s controlling that, but I haven’t been able to find it. Can you please help me with a custom CSS statement to control the color of that line? I would rather it be #000000 instead of #ffffff.
Thanks!
Hey!
Try adding this code to the Quick CSS:
.html_header_left #main {
border: 0 !important;
}
Cheers!
Josue
That’s what I needed. Thank you!