Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #397882

    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!

    #397889

    Additional note: If I reduce the browser size to mobile, the main content background corrects itself. Weird.

    #398103

    Hey!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #398121
    This reply has been marked as private.
    #398131

    Hi!

    Please add following code to Quick CSS

    #main {
    background-color: white;
    }

    Regards,
    Yigit

    #398136
    This reply has been marked as private.
    #398144

    Hey!

    That is actually “Alternate Content Area”, sidebar has the same background color as the main content :/

    Regards,
    Yigit

    #398149

    OH!!!!
    Can I CSS the sidebar to black if needed?
    And thanks again – you folks are the best.

    #398161

    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

    #398165

    Thank you!!!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Odd problem with sidebar nav and colors’ is closed to new replies.