Removing The Blogspot Navigation Bar
61Removing The Navigation Bar From Your Blogspot Blog
This is just a short tutorial for all you Blogspot bloggers on how to remove the navigation bar from the top of your blog. This will make your blog look much more professional. Simply log in to your Blogspot account, click on layout and select the "Edit Html Tab". Once the html editor is open enter this code right above the body of your blog as shown in the picture below.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Once you save the changes you made and veiw your blog you will see that the navigation bar is gone. If you ever want to undo these changes simply repeat the steps shown above, remove the bit of code and save.







Bragaadeesh 2 years ago
Thanks!!! That was very very useful. I am able to successfully remove that nasty navbar from my blog.
God bless
Bragaadeesh.