Reply To: Change background color in dropdown menu(Fashionbuzz)

#2021
FlyThemes
Keymaster

Hi

For changing background color of dropdown menu go to Appearance >> Theme Options >> Custom CSS >> here you can add the below css with your color code.

.nav ul li:hover ul{background-color:#000000};

Thank You