Social icons below the menu as the demo

Multipurpose WordPress Theme Forum Support
GK User
Wed May 20, 2015 12:46 pm
Hello, I know not how to put social icons below the menu as the demo
User avatar
Fresh Boarder

GK User
Thu May 21, 2015 10:25 am
Hello,

You have to add Text widget with the following content into Menu Bottom widget area:
Code: Select all
<div class="gk-social-icons">
<a href="#"><i class="gkicon-fb"></i></a>
<a href="#"><i class="gkicon-twitter"></i></a>
<a href="#"><i class="gkicon-gplus"></i></a>
<a href="#"><i class="gkicon-pinterest"></i></a>
<a href="#"><i class="gkicon-behance"></i></a>
<a href="#"><i class="gkicon-dribbble"></i></a>
<a href="#"><i class="gkicon-instagram"></i></a>
<a href="#"><i class="gkicon-rss"></i></a>
<a href="#"><i class="gkicon-youtube"></i></a>
<a href="#"><i class="gkicon-vimeo"></i></a>
<a href="#"><i class="gkicon-linkedin"></i></a>
</div>

replace the # links with your own and add only icons which you want to display.
User avatar
Moderator


cron