MyBB Community Forums

Full Version: Home buttno
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to make a home button, for example someone is in my mybb forum and he wants to get back to the main page, so i want to make a HOME button in the left upper corner, how to do that?
thank you
admin panel>Templates & Style>Templates>Expand your templates>Header Templates>Header>edit

find:

<div class="menu">
example:
 <li><a href="your home link"><span style="color:#4682B4;"> home </span></a></li>

add home button as your theme style