eRepSpaceAffiliate BannerSpaceSpaceSpaceSpace

Removing the Blogger Navbar

What is it?
Blogger navbar is the *navbar* you see at the top of your blog, and which allows users to move to a next random blog. It allows user to search your blog and also to mark any blog as spam. It can be usefull but generally it don’t look like professional.

How do I remove it?

Access edit HTML in your blog and find a >style type=”text/css”> tag.
After it insert:

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

That’s it. Save and republish. Now you have a non-navbar template.