Blogger blogs have a navbar at top by default. Most of the bloggers dont like this navbar as it looks bad on their template, I also dont like this navbar. So here is a simple and easy way to remove it. Just follow these simple steps:
- Login to your blogger blog and click on Layout.


#navbar {
height: 0px;
visibility: hidden;
display: none;
}
That’s all. Now your blog will not show any navbar. If you want to show navbar again in future, just remove that code and save the template.
