Home › Forums › WoodMart support forum › Change dropdown menu color › Reply To: Change dropdown menu color
April 15, 2020 at 11:36 am
#187140
Elise Noromit
Member
Hello,
Replace two last styles with these ones:
body .vertical-navigation .menu-mega-dropdown .sub-menu > li > a:hover {
color: white;
background: yellow;
}
body .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a:hover {
color: white;
background: yellow;
}
I di not provide style for background change in the mega menu block as it does not look good.
Best Regards