MyBB Community Forums

Full Version: Delete logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How exactly do I just get rid of the logo? I have the forum in a frame in my site and the logo totally screws it up. Thanks for the help Smile
ACP -> Templates -> Modify / Delete -> *Template Set* -> header

Find and remove
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
Thanks Smile