Home › Forums › WoodMart support forum › Mega Menu editing › Reply To: Mega Menu editing
February 3, 2018 at 3:39 pm
#37222
Artem Temos
Keymaster
Add this code snippet
.sub-menu-dropdown .mega-menu-list>li>a {
color: rgba(255,255,255,0.6)!important;
}
.sub-menu-dropdown .mega-menu-list>li>a:hover,
.sub-menu-dropdown .mega-menu-list>li>a:focus {
color: white!important;
}