Sidebar background color overrided by page background color
-
Hello,
I have a page with a white background. The sidebar background is beige. However, the widgets inside have appear with a white background color (even though i set them to beige in the Customize settings).
I can see the problem: when I inspect the page in my browser, the page (white) background color overrides the ‘sidebar background color’, so that’s why it appears white. When I untick that part of the CSS in the developper tools, I get the nice beige color I want.
This is the CSS that appears first:
.separate-layout .content-area, .separate-layout .widget-area .sidebar-box {
background-color: #fff;
padding: 30px;This is the CSS that seems to get overrided:
.widget-area .sidebar-box {
background-color: #F6F4EB;
}What am I doing wrong?
Thanks for your help.
PS: the page is not published, and can’t work out how to easily include screenshots here…
- You must be logged in to reply to this topic.