How to Remove Navbar in Blogspot

For some people who use the template default from blogger navbar is always visible on top of his blog, it makes the blog less nice to look at.

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

Out Of Topic