There is a navbar present at the top of every Blogger-Blogspot blog. By default, there is no option to remove it. But if you want to do so then here is a simple tutorial.
Update: This tutorial has been updated on 21st Jan, 2012.
Steps to Remove or Hide the Blogger Navbar
- Open the Template section.
- Click the Edit HTML button.
- A new window will open. You'd have to click the Proceed button to start editing.
- Find the following code:
- Click Save template and then Close button.
</head>
REPLACE the above code with this one: <style>
.navbar {display: none !important;}
#navbar-iframe { display: none !important; }
</style>
</head>

Thanks!
ReplyDeleteI did not work for me. I copied pasted right into the edit html box, between head and /head but it still did not work.
ReplyDeleteHi Anonymous, Please give me your blog address!
ReplyDeleteit dont work for me too
ReplyDeleteIf you do not add the code right above body{}it does not work. Try again, and it will work :)
ReplyDeleteme too, that's n't work in my blog, WHY???
ReplyDelete@ Aerie, check the tutorial again, just updated.
ReplyDeletei can't get this one to work either. what am i doing wrong?
ReplyDelete@ Tommy Ferris, just checked your blog and there's no navbar there!
ReplyDeleteThanks a lot dude........
ReplyDeleteNow working.Ton of thanks dude.
ReplyDelete