Hide navbar in blogspot

If you don't whant to see the blogger navbar anymore just insert this code in the template of you'r blogspot page.

The code must be inserted before the variables definitions if you are usig an xml template or to the end of style if you are using an html template.

#navbar-iframe {
display: none !important;
}

No comments: