How to Remove Blogspot’s Navigation Bar
Posted in Tutorial on 13-01-2009
- Log in to Blogger
- In your Dashboard, click ‘Layout’
- Click ‘Edit HTML’
- Paste the following CSS code at the location shown in screenshot:
#navbar-iframe
{
height:0px;
visibility:hidden;
display:none
}





Very useful. Thanks for the tip
My Blogspot original don’t have that…
Thank you very much! I got hide navbar on my website ^^
Thanks for the tip!