How to remove the Blogger Navbar 2012

To remove the navbar from the blog you can use following simple steps.

Open blogger template designer.

Than go to advanced tab and click 'Add CSS'

Here copy paste code

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


Apply to your blog and now the nav bar will be removed from the top of your blog. Enjoy...

1 comment: