MyBB Community Forums

Full Version: add some texts under board logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I wants to add some texts under the board logo on www.paksiyasat.com. Please guide me how do I add texts under the board logo?
I am waiting for your reply
Regards
navigate to header template of the theme you are using and find logo code like below
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

after the logo code you can add required text content like below
<div class="myhdtext">your text here</div>

if style adjustments are required then you can use class element .myhdtext in the global.css of the theme