I want to change the social icons in the top right hand corner to different versions of of the facebook and pinterest logos. Not exactly sure how to go about doing that.
Hey bensondesign!
You can refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
Cheers!
Yigit
I added it but it didn’t work. I want to be able to use the pinterest and facebook icons under elusive from the fontello page. I would also like to make the pinterest icon red and the facebook icon blue instead of the brown color with the white rollover on the home page and the white and brown combo on the interior. Can that be done.
Hi,
Add this in the Quick CSS field:
.social_bookmarks_pinterest a {
color: red !important;
}
.social_bookmarks_facebook a {
color: blue !important;
}
Adjust the color value. You might be interested in this article: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016
Best regards,
Ismael
That worked perfect. Thanks for the quick reply.