Home Forums WoodMart support forum Hover Social buttons on header Reply To: Hover Social buttons on header

#180859

Hello,

I saw the screenshot you attached. To change the hover color of the social icons you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings Custom CSS.

.whb-top-bar-inner .icons-design-default.color-scheme-light .woodmart-social-icon:hover {
color: red !important;
}

Best Regards.