How To Remove Navbar From Blogger/Blogspot Blogs

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.

    Popularity: unranked [?]

    Related Posts

    Article by Simrandeep

    Simrandeep has written 352 articles.

    If you like this post, you can follow TricksDaddy on Twitter

    Subscribe to TricksDaddy feeds via RSS or Email to receive daily updates

    Join TricksDaddy's Revenue Sharing Program

    Leave a Reply

    XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    CommentLuv Enabled