Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Go to Template >> Edit HTML and now find the below coding
<li class='pinterest'><a href='/' rel="nofollow"><i class='icon-pinterest'/></a></li>
<li><a class='twitter' href='/' rel="nofollow"><i class='icon-twitter'/></a></li>
<li><a class='linkedin' href='/' rel="nofollow"><i class='icon-linkedin'/></a></li>
<li><a class='facebook' href='/' rel="nofollow"><i class='icon-facebook'/></a></li>
<li><a class='gplus' href='/' rel="nofollow"><i class='icon-google-plus'/></a></li>
and now add your social profile URL in href=’/’> section with replace /
example <li><a class='facebook' href='https://www.facebook.com/gooyaabitemplates' rel="nofollow"><i class='icon-facebook'/></a></li>