Open template/social_links.html
Change the link
Change the
href
value of the icon concerned, example:
Code: Select all
<a href="https://twitter.com/phpbb" title="Twitter">
Comment out a list item so that the corresponding icon is not displayed, by surrounding the code with
<!--
and -->
.Example:
Code: Select all
<!-- <li class="socialinks-list-item">
<a href="https://www.deviantart.com/" title="Deviantart">
<i class="icon icon-xl fa-deviantart"></i>
</a>
</li> -->
<!--
and -->
) to display the icon.