WallBB Forums
Orange Theme - How to modify logo in Orange MyBB Theme - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Documentation (https://wallbb.co.uk/forums/forumdisplay.php?fid=9)
+--- Thread: Orange Theme - How to modify logo in Orange MyBB Theme (/showthread.php?tid=17)



How to modify logo in Orange MyBB Theme - WallBB - 11-05-2017

This tutorial will teach you how to modify Logo text or add image based logo in Orange MyBB Theme:-

   

Follow these steps below to add image based logo in Orange MyBB Theme :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Orange Theme Templates
  2. Go to Header Templates > header
  3. 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>
  4. Change {$mybb->settings['homename']} above to your Forum Name/ Logo name
  5. 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>
  6. Make sure you have uploaded the logo and set it properly in theme settings.
That's it!

Hope this tutorial helps you add image based logo in Orange theme.

Regards
WallBB


RE: How to modify logo in Orange MyBB Theme - SrMorte - 01-29-2019

And in mobile how can i put only text ? Same way ?
Instead of "Orange" and logo, put only the forum name.

https://ibb.co/D5ZRkJp


RE: How to modify logo in Orange MyBB Theme - WallBB - 01-30-2019

(01-29-2019, 11:01 PM)SrMorte Wrote: And in mobile how can i put only text ? Same way ?
Instead of "Orange" and logo, put only the forum name.

https://ibb.co/D5ZRkJp

Yes, same way. You got it right Wink