Remove The Nav Bar / Blogger XML
Removing the nav bar in Blogger XML templates (also known as BETA) is very simple using a small bit of code added to your style sheet. To get to the style sheet editor, click on the Edit HTML. Then scroll down in the editor window to the css section and copy, then paste the 5 lines of code below into the style sheet.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
height: 0px;
visibility: hidden;
display: none;
}
Save your changes then go back to your blog page and refresh. That’s all there is to it!





