Home › Forums › WoodMart support forum › Change icon, text and color Sticky Social Links › Reply To: Change icon, text and color Sticky Social Links
June 21, 2022 at 2:38 pm
#385013
Aizaz Imtiaz Awan
Keymaster
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