Archived topic
How do I remove the gray lines?
3 replies · Started by RJ on February 2, 2019
Viewing posts 1–4 of 4
How do I remove the gray lines that border my container? See https://www.eatweeds.co.uk/
Also, how do I change the colour inside the header (where my logo sits) from black to white? I've looked everywhere.
Thanks in advance.
Robin
Hi there,
for the border, remove this CSS from the Customizer > Additional CSS:
.full-container {
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
}
In Customizer > Colors > Header - you can change the background color.
Cheers David.
R
You're welcome
This archived topic is closed to new replies.