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



How to add image based logo in GoDark MyBB Theme - WallBB - 01-14-2019

This tutorial will teach you how to add image based logo in GoDark MyBB Theme:-
Follow these steps below to add image based logo in GoDark MyBB Theme :-

  1. Go To Admin CP > Templates And Styles > Templates > Select GoDark Theme Templates
  2. Go to Header Templates > header
  3. Remove the below text
    Code:
                   <a id="logo_text" href="{$mybb->settings['bburl']}/index.php"><span class="word1">Go</span>
                   <span class="word2">Dark</span></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 GoDark Responsive theme.

Regards
WallBB