Home › Forums › WoodMart support forum › How to change drop down menu background colour › Reply To: How to change drop down menu background colour
March 29, 2023 at 3:32 am
#454991
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-event-hover:hover>.wd-dropdown{
background-color: red;
}
Please replace the color as per your needs.
Mega menu blocks should be edited in the HTML blocks used for menu items.
Best Regards