MyBB Community Forums

Full Version: how to remove logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello there.i wanna ask something.i've try to erase the path of image logo css.teh image logo removed but it's changed to be an url link.so how to hide/remove logo and their url link at header of mybb forum completely?!because it's so annoying when i integrate mybb with joomla warpper.thx

sorry for my bad english.
Hi,
You can do so by editing your template:
AdminCP -> Templates -> Modify -> <select templateset> -> header
Find and delete this part:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
thx.i'll try it!