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.
Simrandeep Singh is the Editor-in-chief of TricksDaddy and a blogger from Chandigarh (India).
He loves to write about WordPress, Freewares, Mobile Phones and Blogging Tips. Apart from Blogging, he loves travelling, photgraphy and cooking.