How to remove the Navbar from blogger

Ads:

I try another tweaking to the blogspot template today and remove the Navbar. This bar is located at the top most part of your blogger blogs. I’d like to get rid this from my blog so that i can have the full page to myself, to have the look and feel of a non-blogspot site ;)

To remove the navbar, very simple:

1. Go to template
2. Edit HTML
3. Before Variables Definition, insert this line of code:

#navbar-iframe
{
height: 0px;
visibility: hidden;
display: none;
}

 Filed Under: Uncategorized By Jenny How



Spread The Word!
StumbleStumble DiggDigg TechnoratiTechnorati SubscribeSubscribe DeliciousDelicious

1 Comment so far

  1. Beelee on April 25th, 2007
    MyAvatars 0.2

    This is very helpful, love it, thanks :)

Leave a reply