Blogger blogs have a navbar at top by default. Most of the bloggers don’t like this navbar as it looks bad on their template. It make the blog look unprofessional. I also don’t like this navbar. So here is a simple and easy way to remove it. Just follow these simple steps:
Step 1: Login to your blogger blog and click on Layout.
Step 2: Now click on Edit HTML.
Step 3: Now add the following code before body { tag.
#navbar { height: 0px; visibility: hidden; display: none; }
Syep 4: Save the template.
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.