Home › Forums › WoodMart support forum › Change color of menu › Reply To: Change color of menu
May 5, 2023 at 2:24 am
#464622
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
header .icons-design-simple .wd-social-icon:hover {
background-color: green;
color: white !important;
}
Please add the color.
Best Regards