Remove Blogger NavBar
One quick post to remind myself of this valuable tip on using the free blogger blog service.
This is about how to remove the blogger navbar on the top part of the page/blog.
Here’s what you need to do:
- Log in to blogger
- Go to Dashboard, select Layout
- Click Edit HTML
- Paste the quoted CSS code o1n the top of the template code
#navbar-iframe {
display: none !important;
}
Place that after the author credit and before the variable definition part of the template.
I know those who’ve been using blogger for some time now knows this. This blog post is for the benefit of those who still have no clue or didn’t even know that you can remove that navbar.
This post is for myself too, para di ko makalimutan. :)
cheers!

January 7th, 2008 at 9:46 pm
happy new year!
January 8th, 2008 at 12:45 pm
eli, you forgot the closing bracket ” } “. :)
January 8th, 2008 at 7:17 pm
wow, thanks for pointing that out derek.. :)
January 9th, 2008 at 1:39 pm
Is this hack even allowed by blogger? Your readers might get banned if this were against TOS of Blogger.com.
^_^ Just wondering. Happy blogging!