PDA

View Full Version : Miscellaneous Hacks - Hide the Header


Shadow
10-12-2012, 10:00 PM
Simple bit of CSS here to hide the header on your forums (Logo and Search). I have attached a screenshot to show the result.

Add this to additional.css:
#header {display: none;}

Wayne Luke
11-13-2012, 09:23 PM
What did you do with the search box?

Spangle
03-13-2013, 10:43 PM
I have to ask "Why" would you want to hide the Logo, isn't that your sites identity?

Shadow
03-15-2013, 05:33 PM
It was made for someone who wanted quite a number of changes to their vBulletin system, they were using it in an Intranet environment so it wasn't exactly needed for their specific needs. I put this here in case anyone else wanted to do something similar. Nothing more :).

JohnPBee
03-28-2023, 04:07 PM
I like it - thanks!