How can I change my main menu color?

Hi,

I’ve tried to search this for weeks but now I need help. I’ve set my menu color earlier using
Custumize but now I can’t change the color of the main menu navbar - am I in the wrong Place? Is this where I can change the color?

The menue is now in black background with white text - but the navbar background is set to white and nothing I do will change any color on my main nav bar.

Please help I Thanks! /Lotta

Hi,

To change the background color of your main navbar, you can add this in Theme Options > CSS


.x-navbar {
    background-color:red !important;
}

Hope that helps.

Nothing changed :open_mouth:

Am I at the right place? Customize, extra CSS (I have a Swedish version…)

I entered the code in Global CSS now and that changed the background behind the menue- but I want to change the color on the actual menu color - the one that is black www.truckreparatoren.com

Hi,

Please add it in X > Launch > Theme Options > CSS

Change code to this

body .x-navbar {
     background-color:red !important;
}

Thanks

When I enter CSS there - I get Global CSS not Content CSS as you have it in your example …

and that gives red background to everything behind the black menue…

I’ve found content CSS and entered your code - still it is red only behind the black menue…

Hi,

Sorry, you can change the background color in ubermenu settings.

If that doesn’t help, please provide us your wordpress admin login in secure note

Thank you thank you thank you!!! :smiley: It worked - and I’ve learned something new :grin:

Glad to hear we managed to help!

Looked at my mobile view and still had a black “hamburger” nav bar there - where do I change that?

Hi There,

As you are using Ubermenu.

Please follow the documentation to learn how to customize it.

Hope it helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.