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

#464622

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