Home › Forums › WoodMart support forum › Color change to Sticky social links › Reply To: Color change to Sticky social links
June 8, 2020 at 5:41 am
#201596
Elise Noromit
Member
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