Well the blogger navbar tool is what you see in the top any blogspot site something like the picture shown below.

Many people don't wish to see it since the navbar may not match with their template or any reason. The use of navbar is not much in fact its mostly useless or used less. The blogger navbar can be used for searching within a blog, or for going to the next random blog or you can flag a site which I'm sure nobody ever uses. And the worst part of all it's not valid XHTML 1.0 Strict, the one reason why my blog is not XHTML 1.0 Strict yet :x

Remove blogger navbar

The following is a simple CSS solution for removing the blogger navbar. All you have to do is add the following piece of code to your template page in between the <head></head> tags

<!-- code to add -->
<style type="text/css">
#b-navbar{
height:0px;
visibility:hidden;
display:none;
}
</style>

Remove Blogger navbar from blogger beta

Once again you can use CSS to remove the blogger navbar in Blogger Beta blogs too. Just add the piece of code given below to your blogger template. This will work only if you are able to edit the template.

<!-- code to add -->
<style type="text/css">
#navbar-iframe
{
height:0px;
visibility:hidden;
display:none;
}
</style>

If you have any queries just leave a comment.

2 comments

Noushad Backer said... @ October 12, 2010 at 4:28 PM

I Navbar from my blog.....
But now I cant see
-Design
-Sign in
menu for other editing pls help me

[ REPLY ]
Ideation Fashion said... @ June 21, 2013 at 12:43 PM

THnaks for your post. Will come to visit again. birkin bag

[ REPLY ]

Post a Comment