If you think the blogger nav bar is as unsightly as I do here’s how to hide it.
1. Login into the Dashboard
2. Click “Layout”
3. Click “Edit HTML”
4. Copy the code below and insert into your
tag right before ]]></b:skin>. You can use CRTL + F to find ]]></b:skin>./* Remove the navigation bar —————————– */
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
5. Before saving before sure to “Preview” first.
6. If all looks good then save the changes.
To redo your changes just delete that code and save.

















