Home Forums WoodMart support forum Color change to Sticky social links Reply To: Color change to Sticky social links

#201596

Hello,

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

.icons-design-colored .social-whatsapp {
    background-color: #1EBEA5;
}.icons-design-colored .social-facebook {
    background-color: red;
}
.icons-design-colored .social-instagram {
    background-color: #774430;
}
.icons-design-colored .social-youtube {
    background-color: #CB2027;
}
.icons-design-colored .social-pinterest {
    background-color: #CB2027;
}
.icons-design-colored .social-whatsapp {
    background-color: #1EBEA5;
}

Please set the color as per your needs.

Best Regards