How To Hide, Disable Or Remove Blogger Blogspot Navigation Bar?

Blogger has got a default Navigation Bar at the top of each blog. Blogger's Navigation Bar allows users to easily navigate to other random blogs and it also has a feauture to search the blogs ,and mark any blog as spam.
Blogger Navigation Bar

Step 1: Sign in to your blogger account and click the layout button next to your blog name.


Blogger Layout

Step 2: Next, click the edit html tab as shown in the below picture.


Blogger Edit

Step 3: Add the html code as specified below.

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

Blogger Navbar final

Step 4: Save the changes.

Now, you can see your blog without that navbar (this tip can only hides the navbar,it doesn't completely delete it). If you want the navbar to appear again, just remove that code and save the changes.



Question: My navigation bar is gone now. I have a question though: How the heck do I get back to my dashboard?
Answer: Simple! Open a new tab and enter www.blogger.com. Sign in and Viola!

If you have any questions, comments, concerns please do not hesitate to ask via comments to this post.If you like this post then please consider subscribing to our RSS feed You can also subscribe by email and have new articles sent directly to your inbox.

4 comments:

  1. Thanks so much for sharing this code. Works perfectly. Note to lazy copy-pasters like me: delete the numbers before each line of code when you paste into the blogger html template code.

    ReplyDelete
  2. You're welcome. Glad I could help. Thank you for the feedback.

    ReplyDelete
  3. thanks for sharing the code,
    now i got problem,
    it was not visible to me , how could i see that bar to sign in

    ReplyDelete
  4. @Dunesh Kumar: Once you apply the code it will hide the bar. If you want to sign in to your blogger account you will have to go to http://www.blogger.com/ and sign in there.
    If you like to get the bar back then all you have to do is remove the code and you are all set.

    ReplyDelete