Home › Forums › WoodMart support forum › Mega Menu Customization › Reply To: Mega Menu Customization
January 18, 2022 at 12:36 pm
#346147
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-dropdown-menu.wd-design-sized, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
background-color: red;
}
.wd-sub-menu li a {
color: white;
}
Best Regards