Change background color of a nav bar dropdown menu

Hi,

how can I change the background color of a navigation menu in the nav bar?

Thanks.

Hi guys,

could someone help me out with this?

Thanks in advance.

HI, I believe* the class that targets the main menu is:

nav-link
and for drop downs, it’s:
dropdown-item
and for the text links themselves:
dropdown-menu li a

*but I may be wrong!

1 Like

Hi @espositodnl86, not sure if I understand your question correctly. Something like this is what you’re looking for?

Nope, I’m talking about this…

Schermata 2021-02-23 alle 17.39.37

Ok, got you. Add to the class manager: .dropdown-menu.show and style to your liking
2021-02-23_20-46-21

To style the menu use: .dropdown-item

2021-02-23_20-49-53

2 Likes

Thanks for your help!