-->

Removing The Blogger NavBar

Hey blogger! Ever wanted to remove the NavBar on top of your blog in Blogspot? No worries! I have got the trick for you. Here it goes:



  1. First of all, log in to Blogger.
  2. Then in the Dashboard, click on the Design button.
  3. Then click on the Edit HTML tab
     
  4. Then search for the element ]]> [You can use Ctrl+F key combination to pop out the search bar] and paste the following code before that:
    #navbar { display: none; }

    or:

    #navbar-iframe { display: none !important; }
     
  5. Note: You may find two ]]> . Use the later one.
  6. Thats it. You are done. Now save the template and view your blog. The NavBar will disappear!

No comments:

Post a Comment

Leave your valuable feedback...