Site logo

Archived topic

Background color change

1 reply · Started by Asparuh on January 13, 2020

Viewing posts 1–2 of 2

Hi, could you pls, help me how to change the background from gray to white.
I already change it in the Theme Setting in WP, and as I checked the code:

body {
background-color: #ffffff;
color: #191919;

It's seems to be white but it's not.

Hi there,

its because of the Box Shadow - if you go to Customizer > Additional CSS - and remove this part of the code you will see the correct color:

.inside-article,
.sidebar .widget,
.comments-area {
	box-shadow: 0 0 60px rgba(0,0,0,0.05);
}

.site-info {
	box-shadow: 0 0 60px rgba(0,0,0,0.05);
}
This archived topic is closed to new replies.