Home Forums WoodMart support forum Change color of menu Reply To: Change color of menu

#464238

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