Archived topic
Container Color vs Outside Container Color
7 replies · Started by Douglas on July 31, 2019
Hi,
Without resizing the container to full width, how can I change the color outside the container on the perimeter of the site?
See in the photo section A is white which is inside the content container area, but outside in section B it's like a shaded color. I want to make it all white.
Thanks!
Hi there,
can you try setting the Customizer > Colors > Body > Background and the Colors > Content > Background to white. If issue still persists can you provide a link to the site, you can edit your original topic and use the Site URL field to share privately.
Hi,
Both are already set to #ffffff
My staging site is here: http://bke.1a0.myftpupload.com
Is there a specific section/page we should be looking at?
The home page is all #ffffff from what I can see.
Let me know :)
Check out the terms of service page on desktop. The main header background and area outside the container is like a tinted color as shown in the picture. You can see the container body is white and doesn't match.
The Site you installed adds some CSS in Customizer > Additional CSS - look for and delete:
body:not(.home) .inside-article, .sidebar .widget, .separate-containers .comments-area {
box-shadow: 0 0 20px rgba(0,0,0,0.07);
}
Awesome, all fixed!
Happy to be of assistance.