Forums
Forums / Theme: Smartline Lite / Change Dropdown Menu Color
(@procz)
9 years, 10 months ago
Hey there, I’d like to change the color of the dropdown menu from the default black to a custom blue. Same as the hover effect. I tried to change the CSS but anyhow I don’t manage it to work properly. How can I do this?
thanks in advance
(@mioudesign)
Hi,
You have to target the right element.
For the submenu you should put your custom background color on .main-navigation-menu ul
.main-navigation-menu ul
and for the hover effect .main-navigation-menu a:hover
.main-navigation-menu a:hover
The topic ‘Change Dropdown Menu Color’ is closed to new replies.