Step 3: Add the html code as specified below.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
height: 0px;
visibility: hidden;
display: none;
}
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.
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.
ReplyDeleteYou're welcome. Glad I could help. Thank you for the feedback.
ReplyDeletethanks for sharing the code,
ReplyDeletenow i got problem,
it was not visible to me , how could i see that bar to sign in
@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.
ReplyDeleteIf you like to get the bar back then all you have to do is remove the code and you are all set.