Can't change menu color

  • Unknown's avatar

    https://nectarleadgen.com/ is my site, I’ve been playing with CSS for a bit trying to get the menu bar to change color – hence the page looking like vomit but for some reason the div-ID I found for the menu bar only changes the color for part of the menu bar, I cannot find which ID I need to change to fix that last part of blue. For the record I am not experienced in CSS.

    .menu {
    background: yellow;
    }

    .page {
    background: gold;
    }

    .site-branding {
    background: green;
    }

    .site-content {
    background: green;
    }

    .nav_menu_instance[bef4e2ec8f164332869a948cce7de894] {
    background: red;
    }

    .layout color-scheme is-default is-group-sites is-section-customize focus-content {
    background: red;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Please try using:

    .main-navigation {
        background-color: yellow;
    }
  • Unknown's avatar
    nectarleadgeneration · Member ·

    Worked perfectly, legend!

  • Unknown's avatar

    You’re welcome, glad I could help :)

  • The topic ‘Can't change menu color’ is closed to new replies.