Color change to Sticky social links
-
Hello, is there a way to leave these buttons in one color? and by selecting change.
Attachments:
You must be
logged in to view attached files.
Hello,
Your site is under maintenance, please provide your site admin access to the private area. I will check and provide CSS.
Best Regards
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