How to remove or hide Navbar in Blogger?

November 4, 2008

WHAT IS BLOGGER NAVBAR?
Blogger Navbar appears by default at the top of every Blogger-powered blog.
When you are blogging, Navbar can be very useful thing, but sometimes, it can get in way...


The advantages of Navbar are:

- easily searching for other blogs
- "flagging" the desired blog (if you consider content of a blog objectionable)
- NextBlog - takes you to a random, recently-updated Blogger blog
- quick link to your Dashboard and "Sign in /Sign out" dialog
- click on the B sign takes you to blogger.com

The only real disadvantage is visual. If you have customized design, Navbar usually doesn't fit in.

CHANGING, REMOVING OR HIDING THE NAVBAR

You have 3 options here:
1. to change the current color of the Navbar
2. to remove it
3. peek-a-boo ► it will appear when you place the mouse cursor on it

1.From the DASHBOARD ► LAYOUT ► PAGE ELEMENTS, click on "Edit" in the NAVBAR box, and you can choose between 4 differnt color designs.



2. Well, if you've decided to REMOVE your Navbar, follow this instructions...Before you do anything, back-up your little template. Then go to:
DASHBOARD ► LAYOUT ► EDIT HTML, and in the code section find the following line (it's right at the beginning):
Blogger Template Style
Name: Minima
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
Place the following code right under that:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
SAVE the Template. And VIEW the Blog.

Some folks reported that placing code like above, mess up their template. In that case, you should place this code ABOVE the code in orange (it won't be orange in the code):
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}

]]></b:skin>
</head>


3. There's another way of showing a Navbar. It's called: "Hover Peek-a-boo Blogger Navbar". Credits to the author BLOGGERATTO.
It's a way to hide the Navbar, but when you hover around the area on the top, it pops out...See preview here.

Here's a part of code you should inert for that effect (in the same place like example above):
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)
You should keep in mind that it's not compatible with:
- IE6 & IE7 (there, it's hidden completely)
- works for Opera 9.0 and up

With Firefox, Iceweasel(linux),Flock, MZS6,Netscape, Safari & camino(linux), it works perfectly...

Smile!


post signature
Face It! Tell Your Tweets Digg It! Add to Delicious Stumble Upon I Reddit! Mixx it Up! Add to Your Faves

31 comments:

WillTRiker said...

Thanks for your awesome tricks as I'm (trying) getting a couple of them to work on my (first) blog as well.

I've tried this trick as well, but if I insert the code where you said I should it my entire custom lay-out is destroyed as it looks like it wants to have a lay-out that stretches over the entire page as opposed to have having 2 columns.

I found another hide-navbar trick though which works even with IE though. Still wanted to thanks you for the other tricks.

pocket said...

Hey Will...
I'm so sorry for shocks! But it does work. I've tried it lots of different templates...
Which one do you use?
Anyway, thanks for support, and sorry for bad report... :(

Smile!

WillTRiker said...

No apologies neccessary. Just wanted to inform you about it not working, but it's probably me that's doing it wrong. I'm using this lay-out http://www.pimp-my-profile.com/layouts/details.php?site=blogger&cat=14&cname=Catgirl&lid=156711

Instead of putting it where you said I also tried putting it right after '/* Use this with templates/template-twocol.html */" but that wouldn't work as it should either.

The only effect I managed to do was making one of two lines of code appear on the top of my blog with my lay-out in the background, but right beneath it would still be the standard navbar.

Alright, of to see if I can get your tricks for removing the quick edit icons and embed the comments form before going to bed. Thanks again for the kind response and your amazing tricks.

Franky said...

thanks cool tricks just for me the hiding/popup trick did not work as stated above and i use the template in the example you placed had the same problem all the design is being taken apart in 2 columns

pocket said...

Hey Franky....
Try placing the code ABOVE:

]]></b:skin>
</head>


...and if you are using "classic" template, and not a XML one, it won't work this way. For that instructions check this article...

Smile!

Anonymous said...

Thks

Cybele's patch said...

Hi, I changed my lay out into a 3 column minima lay out and my nav bar disappeared. In the script it is hidden. How can I get it back? Now I can only acces the dasboard by signing in with Blogspot. Hop you can help
Thanks

pocket said...

::Cyblee::

Hey there. Go to:
DASHBOARD -- LAYOUT -- EDIT HTML, and in the code section, find the following:

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

....DELETE all of it. Save Template. And that's it....

Smile!

Cybele's patch said...

WOW, you really deserve a statue! It worked. Thanks so much.

pocket said...

:]

Carolyn said...

Wow. I must really be driving you nuts today. I just found this article and it made me wonder if there was any way to customize the color of the Navbar. I don't mind the Navbar and don't want to get rid of it, but I wouldn't mind being able to customize the color. Thanks, as always.

pocket said...

Hey Carolyn....
You can only choose between 4 default colors...Look up in the article...
Smile!

Carolyn said...

Okay, I was just hoping there was some code so I could change the colour myself.

Lare Parsons said...

Can removing the navbar result in being banned?
and if so, is just leaving the blogger logo "B" somewhere on the template adequate to keep from being banned?

thanks

pocket said...

Nope. You won't be banned...No worries.
Smile!

Lare Parsons said...

Hey thanks for the quick answer.

Lare

angel_of_charm said...

thanks much! your blog is very helpful! it workd for my blog all the time!

Yolanda said...

Hi, I just wanted to say THANK YOU for this very useful and helpful information. I am a first time blogger and the information you provide is helping me out alot. You are great! Keep up the good work. Smile!

Barterbabe said...

First of all great blog here. I have used almost all your tweeks and they have worked except for the removing the navigation bar. hmmmm but who the heck cares. Thanks for all the hard work and making it easy to understand.

Somewhere in between... said...

Hi Pocket!

Thanks! I've implemented a lot of these tricks taken from your blog into my blog.

In this post, there's a small correction I'd like to point out. Regarding the code for hover navbar, the last closing brace '}' is missing afte the second line of code. The second line of code should be as:
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
Thank you! Smile and share! :]

Shelbz said...

Thanks! I had to do it before skin, bu it worked. Your info is incredible and very easy to follow. Thanks again!

www.partyfavorsandrecuerdos.com said...

thank you you made my page something that im really likeing after all the errors that i made
Alma Mendoza

Anonymous said...

Thanks for the info, but removing the navbar (#2) does not seem to work with Firefox. Any solution?

mryomama wanna be cpg mod said...

can u tell me how to get a widget beside each other on the top colum bc i need to figure it out plz email me at reiam_waw@hotmail.com

Angel said...

Wow, it worked... Thank you...

OroOroOro said...

thank you for the tips and tricks, i have only one question. i cant seem to find the

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

anywhere on the html page. where can i than put it?

thank you!

pocket said...

OroOroOro,

...try to search this in your code:

navbar-iframe

..and see what style is applied to it...

OroOroOro said...

I can't even find that anywhere in my code.

Anonymous said...

Thanks, I have removed the nav bar but my background colour is gone - I have tried to add it again in the usual way but to no avail. Can you please help, my background is now white.

Shera (Book Whispers) said...

Thanks! Love all of your little helper posts!!

Anonymous said...

Cheap Louis Vuitton handbags sale and Cheap Louis Vuitton bags sale and Cheap Louis Vuitton purses sale and Cheap Louis Vuitton luggage sale and Cheap Louis Vuitton Speedy sale and Cheap Louis Vuitton Travel sale and Cheap Louis Vuitton Leather sale and Cheap Louis Vuitton Canvas sale and Cheap Louis Vuitton Monogram sale and Cheap Monogram Canvas bags sale and Cheap Damier Ebene Canvas bags sale and Cheap Damier Graphite Canvas bags sale and Cheap Damier Azur Canvas bags sale and Cheap Damier Canvas bags sale and Cheap Monogram Vernis bags sale and Cheap Monogram Idylle bags sale and Cheap Monogram Multicolore bags sale and Cheap Monogram Mini Lin bags sale and Cheap Monogram Watercolor bags sale

Say it...

Related Posts with Thumbnails