We’re wanting to replace the default instagram icon in Enfold’s header and footer with the newer icon (which is also available on font awesome: http://fontawesome.io/icon/instagram/). How would we go about doing that?
Hi brandshouter!
We will update that, Kriesi is aware of it and he will do the update needed!
Thanks a lot for your patince, while he is working on those!
Best regards,
Basilis
Basilis – Thanks for the response. We appreciate that. Is there a work-around for that icon in the meantime? As trivial as it may seem, our client really wants this icon change as Instagram is important for her business.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Replace “icon.png” with correct icon path.
.social_bookmarks_instagram [data-av_icon]:before {
content:url('icon.png')!important;
}
Best regards,
Vinay
Awesome. This worked great. Thank you!
I can’t seem to figure out how to adapt that code for the icon in the sidebar. Any suggestions?
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
Yigit