How to Remove NavBar in Blogger

If you one of these who hate blogger navbar , you came to the right place ,

here I will show you how to remove it.

1) Login to blogger dashboard and go to Layout->Edit Html

2)Add the following CSS   anywhere in your template between the <style> tags.

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

That's it ...

Sample Here:
Before

After  

Post a Comment

Previous Post Next Post