Archived topic
Consistent grey background colour
5 replies · Started by Michael on June 21, 2021
How do I get a consistent grey background colour across the content and sidebars? I've gone into appearance/colours, but don't seem to be able to get the background grey consistent,
https://nlp-training.org/
Hi there,
there are two main containers that have background colors.
Set the Customizer > Colors > Body --> Background and the Customizer > Colors > Content > Background to the same color.
Thanks I've set both customise / colors / body and customise / colors / back ground to #f7f8f9, but there still appears to be a (slight) colour difference
ps another solution from my point of view would be to increase the margin around the body content, so that the writing isn't at the very edge of the content area, is there a way of doing this?
Aah should have looked closer - the site you imported adds a box-shadow to the container.
Go to Customizer > Additional CSS and DELETE this code block:
.inside-article, .sidebar .widget, .comments-area, .container-shadow, .site-info {
box-shadow: 0 0 60px rgba(0,0,0,.05);
}
Thanks, that works,
Michael
Glad to be of help