Reply 333537 to: How can I add social share icons on the Single Product Page

Avatar: Awais Ahmed
Awais Ahmed
Participant
September 8, 2022 at 08:41

Hello, @afaqshakoor,

Those are actually the SVG icons, and you have to use the Custom CSS to make them the default color, please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the browser cache.

.single-product-socials a[data-tooltip='Facebook'] {
    color: #3b5998 !important;
}
.single-product-socials a[data-tooltip='Whatsapp'] {
    color: #25D366 !important;
}
.single-product-socials a[data-tooltip='Twitter'] {
    color: #00acee !important;
}
.single-product-socials a[data-tooltip='Linkedin'] {
    color: #0072b1 !important;
}
.single-product-socials a[data-tooltip='Pinterest'] {
    color: #c8232c !important;
}

Resulting Screenshot: https://postimg.cc/qt4kF2rP

Regards 8Themes Team.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.