MyBB Community Forums

Full Version: Removing header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys,

How do i remove the header section with the logo, so the top of my forum is only the bars?

thanks
ACP >> Templates & Style >> Templates >> yourtheme >> Header Templates >> header

Delete what you don't want anymore.
Hi!

Go to Admin CP, then Templates & Style > Templates

Open the header template of your template set and find something like this:

<div class="logo"> ... </div>

Remove this logo div element (including its content) completely and save the template.

EDIT: Ah, a little bit too slow. Rolleyes
thanks alot guys Smile
hmm i tried that but all it did was make my shoput box text align to the centre!?

logo & header still appeared :s
heres my code at present with no changes, but when i remove the "logo" div id line nowt happens except my shout box text aligns to centre :s ?

<div id="container">
<a name="top" id="top"></a>
<div id="logo"><div id="header">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
It seems you are using a custom theme. Please post the URL to your forum so we can have a look on it.