MyBB Community Forums

Full Version: Remove Logo from Banner Heading
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How does one remove the Logo out of the banner theme?

http://www.holdenspares.com

you will see the X where i have deleted the image from the website but i need to remove it from the script as well.

sorry i hardly know anything about php script.
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Header Templates > header.
2. Find and remove:

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

Hit save and you are done.
(2011-03-26, 03:04 PM)faviouz Wrote: [ -> ]1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Header Templates > header.
2. Find and remove:

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

Hit save and you are done.

ok thanks
Thanks.