Add a custom social icons?

March 2014 WordPress Theme
GK User
Tue Aug 19, 2014 9:32 am
How can I add a custom social icons (youtube, instagram, ....)?
User avatar
Senior Boarder

GK User
Tue Aug 19, 2014 10:29 am
Hi,

You have to edit text widget in your Social widget area and add e.g.

Code: Select all
<a href="#yourURL" target="_blank"><i class="fa fa-youtube"></i></a>


availalbe icon classes may be found here:
http://fortawesome.github.io/Font-Awesome/icons/
User avatar
Moderator

GK User
Tue Aug 19, 2014 11:24 am
In such case the icons will be without the circle around: https://www.dropbox.com/s/ktxscuxwbwo01pi/gk-icons.png
User avatar
Senior Boarder

GK User
Tue Aug 19, 2014 1:23 pm
If you want, you can replace also icons with the circle around to Font Awesome icons, unfortunately this iconset (with icons with circle) contain only the following icons:

Code: Select all
gk-icon-chat
gk-icon-fb
gk-icon-gplus
gk-icon-news
gk-icon-next
gk-icon-prev
gk-icon-rss
gk-icon-search
gk-icon-twitter
gk-icon-email
gk-icon-print
gk-icon-tags
gk-icon-views
User avatar
Moderator


cron