01-31-2018, 12:56 PM
This tutorial will teach you how to modify header toplinks in Focus MyBB Theme, infact it should work in other themes as well:-
Follow these steps below to modify header toplinks in Focus Responsive theme :-
That's it!
Hope this tutorial helps you modify header toplinks in Focus Responsive theme or Other themes.
Regards
WallBB
Follow these steps below to modify header toplinks in Focus Responsive theme :-
- Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
- Go to Header Templates > header_welcomeblock_guest and header_welcomeblock_member (In other themes, it will be header)
- You will find the below code or search for your toplinks title.
Code:<li><a href="{$mybb->settings['bburl']}/index.php" class="Home"><span><i class="fa fa-home" aria-hidden="true"></i> Home</span></a></li>
- Copy the above code and edit the link and text to your liking. You can remove links as well if you want.
- Make sure you keep a backup of the template, this is quite simple tutorial though.
That's it!
Hope this tutorial helps you modify header toplinks in Focus Responsive theme or Other themes.
Regards
WallBB