MyBB Community Forums

Full Version: Removing the Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What script page do I access to remove the code for the logo at the top?
I already removed the logo, but I need to take out the code, as I will not have a logo on my forum at the present time.

Thanks
Just remove the img tag in the header template
The header template is in Admin CP > Templates > Modify / Delete > Expand > header
The logo code there is
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

Clarifying just because as a new user you might know some locations.
Thanks...I did it Smile

Not that hard if you know what your doing.