Change color dropdown on Navigation menu

Hi There,

I am using the renew theme and need to change the colour of the menu dropdown?

Can you assist with the code necessary to change the Css?

Thank you,
Michaella.

Howdy, @Empowerevents…thanks for writing in! The Renew Stack features an option in your Theme Options to alter the Navbar Background, which will automatically update the dropdown color as it uses the same for both (along with some other settings to get the text colors setup).

If you are wishing to make changes beyond these default settings, that would fall into custom development where you would likely be needing to change other nested colors like the text, hover colors, et cetera. That being said, you’ll want to look to target the .x-navbar .sub-menu HTML to get the menu, and you will likely need to use an additional selector and / or the !important qualifier to overwrite our dynamic CSS that is powered by Theme Options. Beyond that, you can inspect the markup tree to locate any further elements you need to change for your design.

Hopefully that helps to point you in the proper direction, cheers!

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