MyBB Community Forums

Full Version: How to remove the Social link menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. How do I remove this social network link menu?

https://i.imgur.com/i5ckC3y.png

And here is the link to my testing forums > http://laryngoscopic-compl.000webhostapp.com/


Any help is very appreciated!


Cheers and have a great day. Sleepy


P.S, Sorry if I posted this in the wrong section!
Templates > Revo > Index Page Templates > Index

<table border="0" cellspacing="0" cellpadding="5" class="tborder">
<tr>
<td class="thead">
<strong>GO SOCIAL</strong>
</td>
</tr>
<tr>
<td align="center" class="trow2">
<a class="twitch" href="misc.php?action=syndication"><i style="font-size: 16px;" class="fa fa-twitch fa-fw"></i></a>
<a class="tw" href="https://twitter.com"><i style="font-size: 16px;" class="fa fa-twitter fa-fw"></i></a>
<a class="fb" href="https://facebook.com"><i style="font-size: 16px;" class="fa fa-facebook fa-fw"></i></a>
<a class="yt" href="https://youtube.com"><i style="font-size: 16px;" class="fa fa-youtube-play fa-fw"></i></a>	
</td>
</tr>
</table>