edit social image
-
good morning
I wanted to know how to change the icons of the social buttons, I would not want them white but with their original appearance. thank you
The blog I need help with is cosmetec.it.
Hello,
To set social icons colors, you will need to add these CSS classes to Custom CSS:
.jetpack-social-navigation-genericons a[href*="facebook.com"]:before {
color: #3b5998;
}
.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before {
color: #0077b5;
}
.jetpack-social-navigation-genericons a:before {
color: #fff;
}
.jetpack-social-navigation-genericons a[href*="instagram.com"]:before {
color: #8a3ab9;
}
Thank you,
– Djordje
Thank you for your kind collaboration, but I would to know if it could be possible to put directly the social network icon. Thank you
Hello,
Social icons used in the theme are special font, so with previous suggestion you can set them original colors. Hex values are original values provided by their brand guidelines.
What do you mean by “put directly the social network icon”? Do you need to insert icon image?
Thank you,
– Djordje
Yes I need to insert icon image, it’s possible?
Thank you
You must be logged in to reply to this topic.