MyBB Community Forums

Full Version: Change the logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, first off this is for my site alertserve.co.cc

As you can see when you go to the site, the logo is up the top there in the middle, the only problem is it has a big nice white box around it.

This is because it's a .gif, and I want it transparent so I would have to make it a .png, the only problem is, how do I tell it to use logo.png instead of logo.gif

Help needed

thanks!
it is at the header template

admin panel --> Templates & Style --> Templates -->
select current theme template set --> Header Templates --> header
I went there and only found this to do with the logo

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



</td>


But it doesn't say anything about .gif or .png?

Do i just delete the .gif and put in a .png in my folders
Go to ACP->Templates & Themes->Your theme->Scroll down past the stylesheets and you'll see a box for the logo URL. Change it to .png Smile
hahah so obvious how did I miss it Big Grin

Thanks!