How to make the top banner of Blogger.com disappear!

Note
This trick no longer works. For a better and newer trick that actually works now see my post Make the top bar (navbar) disappear.

As u can see at the top of my blog, there is no banner. I read about tricks to do that. That trick required us to remove a code in the template, but it seems that Blogger has become wiser and now it directly inserts the code at the appropriate place at the moment when the page is requested. So, the old trick now fails. How can we prevent Blogger.com from inserting that damn code? Simple, we don’t need it to do that.

In my technique I just hide the banner by placing a layer of my theme colour over it. Simple. If u too want to do that then copy the following code

<!-To make top bar disappear, exclusively by AppleGrew-> <div style=”position: absolute; width: 100%; height: 32px; z-index: 1; left: 0px; top: 0px; background-color: #CCDDBB” id=”layer1″> </div> <!-by Apple Grew->

and paste it between
<!– Begin wraps –>

and

<div id=”wrap”><div id=”wrap2″>

Please change CCDDBB to the HEX value of the colour u want. To know the HEX value of the colour u want, enter the RGB values of ur colour at this site at http://www.kenjikojima.com/java/RGBHexConverter2.html .

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.