Home Forums WoodMart support forum Modify Social Icons Reply To: Modify Social Icons

#271937

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.social-pinterest i:before {
    content: "\f262"!important;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

Best Regards