Home Forums WoodMart support forum Change icon, text and color Sticky Social Links Reply To: Change icon, text and color Sticky Social Links

#385013

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

a.wd-social-icon.social-tg .wd-icon-name {
    font-size: 0;
}

a.wd-social-icon.social-tg .wd-icon-name::before {
    content: "Shop";
    font-size: 14px;
}

.icons-design-colored .social-tg {
    background-color: green;
}

.social-tg .wd-icon:before {
    content: "\f126";
    font-family: woodmart-font;
}

Best Regards