How To Remove Navbar From Blogger/Blogspot Blogs

by Simrandeep on August 31, 2008

in Blogging,Blogspot

Do you like this post?

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:

  1. Login to your blogger blog and click on Layout.

  • Now click on Edit HTML.
  • Now add the following code before body { tag.

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

  • 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

    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 394 awesome articles.

    Leave a Comment

    Previous post:

    Next post: