Archived topic
Background color changes in customizer but not in front-end
5 replies · Started by Yannick on January 12, 2023
Hello Guys,
I'm struggling with a specific background color, when i change it in the customizer it changes. And is not the white color i want it to be.
However when i use a different background color it works. Idk how and what to do.
I want the section in the red square to be the same white as the section next to it.
in the red square should be #ffffff
Please help me out :)
Hi there can you change that login to an Admin role ?
Changed the role to admin!
Hi there,
The body background color is already set to #ffffff, the reason that it doesn't look like white is that you have this CSS which makes it looks grayish:
.inside-article,
.sidebar .widget,
.comments-area,
.container-shadow,
.site-info {
box-shadow: 0 0 60px rgba(0,0,0,0.05);
}
Thanks so much!
No Problem :)