How To Remove Navbar From Blogger Blogs

by Simrandeep Singh on August 31, 2008

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.

Article by

Simrandeep is the owner and editor-in-chief of TricksDaddy. He is a part-time blogger from India. Catch him on Facebook and Twitter.

Simrandeep has written 527 awesome articles.

Leave a Comment

Previous post:

Next post:

© 2008-2011 TricksDaddy. All Rights Reserved | Privacy Policy | Sitemap | Designed by Simrandeep Singh