I now have the HTML code to remove / not to be seen Navbar on your blog.
See the code below:
/* CSS to hid navigation bar */
#navbar {
height:10px;
visibility:hidden;
display:none;
}
How to install your blog:
1. click on the Layout
2. Edit HTML
3. Then put the above code under the code <b:skin><![CDATA[/*
4. Then save the template.
5. completed