Home Forums WoodMart support forum the style of drop down menu Reply To: the style of drop down menu

#479276

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
    background-color: white !important;
}
.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li>a {
	color: black !important;
}
.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li>a:hover {
	color: skyblue !important;
}

Change the code as per your need.

Best Regards.