Sunday, 29 April 2007
How to hack blogger: Removing the navbar
Ever wondered how to get rid of that annoying Navbar at the top of the screen? Well, wonder no more! Follow this simple procedure and say bye-bye to the blogger Navbar for good:
- Log in to blogger
- On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.
- Tick Expand Widget Templates
- Paste the code below directly above the #header-wrapper line in your blog's HTML.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
NOTE: Use (Ctrl + F) and type in #header-wrapper to quickly find the #header-wrapper line.
- Save your template and we're done!
From now on whenever anyone visits your blog, the blogger navbar will no longer be displayed.
This post was written by: cyberst0rm
Blogging about technology since 2007. Feel free to leave a comment below.
1 Responses to “How to hack blogger: Removing the navbar”
02 May 2007 at 13:30
Wow that's nice to know. I still prefer wordpress though. Suppose its a matter of personal opinion.
Anyhow, I added you to my blogroll as you requested ;)
Post a Comment