WallBB Forums
Focus Theme - How to add image based logo in Focus 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: Focus Theme - How to add image based logo in Focus MyBB Theme (/showthread.php?tid=12)



How to add image based logo in Focus MyBB Theme - WallBB - 10-26-2017

This tutorial will teach you how to add image based logo in Focus MyBB Theme:-

   

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

  1. Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
  2. Go to Header Templates > header
  3. Remove the below text

    Code:
             <a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-bolt" style="color: #fcb941;"></i> {$mybb->settings['homename']}</a>


  4. Replace it with this
    Code:
    <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
  5. 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 Focus Responsive theme.

Regards
WallBB


RE: How to add image based logo in Focus MyBB Theme - ifeskilz - 06-24-2018

how do I upload logo to Focus Responsive theme for my website https://www.xclusivetek.com


RE: How to add image based logo in Focus MyBB Theme - WallBB - 06-24-2018

(06-24-2018, 05:03 PM)ifeskilz Wrote: how do I upload logo to Focus Responsive theme for my website https://www.xclusivetek.com

Just follow above steps, you will have image based logo.
Make sure you have uploaded the logo.png in your img dir.