Hey folks.
Latest version – 3.0.8 – Fresh install – no custom CSS at all. Hardly any plugins except for woocommerce.
I selected black-white from color schemes. Then I set the general layout to logo and main menu > sidebar.
So far, so good. But then I set Logo Area background color > #000000, because we want the left sidebar menu and logo area to be black. Works fine, but it also makes the page main content area black, even though it’s set to #ffffff in enfold. It’s also ignoring Primary color and Highlight color settings.
Any thoughts?
Thanks!
Additional note: If I reduce the browser size to mobile, the main content background corrects itself. Weird.
Hi!
Please add following code to Quick CSS
#main {
background-color: white;
}
Regards,
Yigit
Hey!
That is actually “Alternate Content Area”, sidebar has the same background color as the main content :/
Regards,
Yigit
OH!!!!
Can I CSS the sidebar to black if needed?
And thanks again – you folks are the best.
Hi!
You can use following code in Quick CSS field
.sidebar { background-color: black; }
But it would not fill the whole side unfortunately
Cheers!
Yigit
Thank you!!!