- Acme Themes

Best Premium and Free WordPress Themes Forums MercantilePro How to change the color of submenus? Reply To: How to change the color of submenus?

#40570
acmethemes
Keymaster

Dear Virginie,
Please add the given CSS code in Additional CSS and replace the color value with your needed one.
Appearance->Customize->Additional CSS

i) Change submenu background color
.main-navigation ul ul{
background: #ccc;
}
ii) Change Submenu font color
.main-navigation li:hover > a{
color:#000;
}

Best Regards!

  • This reply was modified 6 years, 3 months ago by acmethemes.