11-05-2017, 08:46 AM
This tutorial will teach you how to modify Logo text or add image based logo in Orange MyBB Theme:-
[attachment=11]
Follow these steps below to add image based logo in Orange MyBB Theme :-
Hope this tutorial helps you add image based logo in Orange theme.
Regards
WallBB
[attachment=11]
Follow these steps below to add image based logo in Orange MyBB Theme :-
- Go To Admin CP > Templates And Styles > Templates > Select Orange Theme Templates
- Go to Header Templates > header
- Find the below text
<a href="{$mybb->settings['bburl']}/index.php"><span>{$mybb->settings['homename']}</span> <img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a> - Change {$mybb->settings['homename']} above to your Forum Name/ Logo name
- OR if you want to add image based logo, replace it with this text :-
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a> - Make sure you have uploaded the logo and set it properly in theme settings.
Hope this tutorial helps you add image based logo in Orange theme.
Regards
WallBB