Social Icons Instagram and LinkedIn

May 2014 WordPress Theme
GK User
Sun Jun 29, 2014 3:25 pm
Hi!

I'm having the following problem: I need to add the icon of Instagram and LinkedIn in my site. However, the theme uses the font "storefront-pixellove" to render the icons and there does not have the social networks that I need.

How can I do to add the Instagram and LinkedInf icons?

Thanks in advance!


Regards,
Diego
User avatar
Fresh Boarder

GK User
Mon Jun 30, 2014 8:33 am
Hi,

Unfortunately, it's not possible - there's no other icons included in the theme. In this case you'll have to use other iconset - i.e. Font Awesome icons (also built in the theme - http://gavick.com/demo/wordpress/storef ... age_id=994)
User avatar
Moderator

GK User
Tue Jul 01, 2014 4:50 am
OK, I changed the icons to work with FA.
It worked great! Thank you!
User avatar
Fresh Boarder

GK User
Wed Aug 20, 2014 10:20 am
So how do we display the social media icons as contained in the theme...?
User avatar
Senior Boarder

GK User
Wed Aug 20, 2014 11:23 am
You have to edit second text widget from the Bottom widget area and change

these fragment:

Code: Select all
<a href="#" class="icon-youtube">YouTube</a>


into:
Code: Select all
<a href="#" class="fa fa-instagram">YouTube</a>

icon classess are available here:
http://fortawesome.github.io/Font-Awesome/icons/
User avatar
Moderator


cron