Home › Forums › WoodMart support forum › Change color of menu › Reply To: Change color of menu
May 3, 2023 at 10:17 pm
#464238
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
header .icons-design-simple .wd-social-icon {
background-color: green;
color: white !important;
}
You need to replace the colors as per your needs.
Best Regards