• Resolved briancw80

    (@briancw80)


    Hi,

    I am attempting to change the main header menu color with the following CSS:

    .navbar .navbar-nav > li > a{
    color: #000000;
    }

    However, this is only changing the very far right link to black. The others remain in white. How can I get the entire menu to change?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Laurentiu Stefan

    (@laurentiu1themeisle)

    Hi Brian! @briancw80

    Thanks for contacting us regarding your customization!
    The CSS sequence you need to change is the following:

    .navbar {
        background-color: #000000;
       
    }

    Let us know how it goes!
    Best regards,
    Laurentiu!

Viewing 1 replies (of 1 total)
  • The topic ‘Main Header Menu Color’ is closed to new replies.