At the top of most Blogger blogs you'll see a navigation bar, which enables you to flick from one blog to the next (plus additional options when you are signed in). Many bloggers have used CSS techniques to hide the nav-bar. At first, I thought it may be against Blogger's terms and conditions to do this, but after reading this post by Kawaljit, I now think it may be okay:
The Blogger's TOS page makes no reference to navbar while Google representatives in the Blogger support group (nickname: Blogger Employee) have always ignored discussion threads seeking an official stand on hiding navbar.There's some hope now. Google recently organized a road show in select Indian cities to promote their Blogger platform. Ankit attended the event and requested clarity on the navbar policy from the Googlers present at the roadshow. They immediately called up their team based in Google's Bangalore office and confirmed to Ankit that it's legal to hide the navbar.
If you want to hide the nav-bar in your blogger blog, here's what you should do (these instructions refer to the "new" Blogger layouts templates):
- Go to Template>Edit HTML in your Blogger dashboard and first back-up your template to ensure you can restore it if you make unwanted mistakes!
- Next, find this line in the template: </b:skin>
- Just before this line, insert the following lines of code:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}You can preview your template to see the effect in action, and then save your template to save the changes for good. (Thanks to Testing Blogger Beta for this hack!).
I don't include this hack in my blog since I actually find the navbar rather useful (especially when editing my blog) but I can understand why others would want to implement it. As yet, I haven't been able to find clear clarification about hiding the nav-bar from Google/Blogger, so if you do use this hack, please be aware of possible implications!



33 Comments:
There's nothing like a Saturday mid-afternoon Blogger hack to make you smile!
Now back outside to enjoy the summer sun!
Cheers!
here is the video..
step by step..
video tutorial..
very easy to understand with this video..
http://www.metacafe.com/watch/739548/remove_blogger_navbar/
Amada,
This really useful..thanks for sharing!
Rgds,
Kaki Joran
http://www.kakijoran.com
Thanks a ton :)
Thanks, I was worried about this. I downloaded a template which had it hidden and I had no idea how to restore it, now I don't have to :)
I've tried like 20 other "solutions" iv'e found on google and yours is the ONLY ONE THAT WORKS! THanks so much.
After thinking for months if it would be wise or safe to remove the navbar, I just did it following your instructions. Thank you very much, it worked perfectly. I hope it is still legal...
For Sandra: I'm pretty sure Blogger don't mind us doing this now. Some of the Blogs of Note (chosen by the Blogger team) have the nav-bar removed. Also there is still nothing in the ToS to suggest we must keep this in place.
I'm glad to know this has worked for you :)
Thanks. I've been looking for this for a long time. I also took your advice and made a "test blog."
Thanks a lot. I am now using it on my blog.
Re: Test Blog. I actually been using test blogs before I read about them here in your site. I'm glad we think alike. :-)
ggg
nice hack ... i hv used here
blogger-godown.blogspot.com
I would like to remove the small blogger logo next to people's names when they comment. Is there any way of doing that?
Is there a way of removing the blog bar from the top and perhaps replacing it down at the bottom?
Or is there a way of removing the bar and keeping the dashboard links somewhere else?
Also - is there any code to make 'next / previous page' buttons at the top of your page?
thanks
Wow, I gotta try this method
If Google wanted to enforce it, they surely have the knowledge and ability to do so. The fact that their server allows you to change this value -- and the fact that it's present in the template AT ALL, versus a non-user-editable inset inserted dynamically at page generation -- implies that it is considered user-modifiable text.
Initially when I installed this code, it worked wonderfully...now only hours later, the Blogger navbar is back though the code is still intack. Hmmm...what's happening here?
Thank you! I've been looking for this, and yours worked beautifully.
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
it hid the navbar but..
now the words #navbar-iframe {
height:0px;visibility:hidden;display:none
}
are written like a filler for the space there D:.
i know i'm just putting it in the wrong place but.. i've tried putting it on different positions but the other positionns dont work. it's either the navbar doesnt go away or the words "#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}" are there +___+
how unlucky for meeeee
hey.."me"
I think that you pasted the code after the line >/b:skin> instead of putting it "before" it..
I’m glad I read this. I rarely reply to peoples comments…not because I don’t like them…but because I thought it was self-serving.
Here is a simple step by step tutorials to create your own FAVICON easily on
photoshop cs version.
How to create FAVICON using Photoshop?
Thansx a ton...wasted a lot of time, and finally got it rectified in a few secs thanxs to this tip
Thansx a ton...wasted a lot of time, and finally got it rectified in a few secs thanxs to this tip
Thanks, this helped me a lot! Actually, I am researching on this since I'm not "blogger" kinda stuff.. Thanks again.
ARGH! I've downloaded a page that doesn't have the nav bar (or it's hidden...I still can't work out how to put it back as I don't seem to be able to customize my html anymore?
I was having a similar problem as "me" but then I put the code AFTER instead of BEFORE and it works. Go figure.
thanks..
Since the Blogger team just linked to you, I think it's legal :)
http://blogger-ftp.blogspot.com/p/faqs.html
This one is just helpful.
Thanks for sharing.. I use it in my blog. I then, recommend this post! Once again, thanks.. :)
http://blogger-ftp.blogspot.com/p/faqs.html
This post is linked from this official Blogger blog about how to disable the nav bar, so I guess it is allowed. :)
"/b:skin" is not found in my template HTML so where should I put the additional code
is there a way to hide the nav bar if you're not using a blogger template/skin?
Post a Comment