styles fucks not remove blogger navigation bar The navbar is a navigation bar that appears above your blog on blogger, and you can remove it in a very simple.
pane you aa blogger "template" of your blog, then "Edit HTML" and paste this code before (Search = control + f)
\u0026lt;style type = "text / css"> ;
# navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
} \u0026lt;/ style>
would read:
\u0026lt;style type = "text / css"> # navbar-iframe
{height: 0px;
visibility: hidden;
display: none;
} \u0026lt;/ style>
CAUTION others have put a space before the word style
Ready, Save changes and navbar is gone! Source
http://recursospaces.blogspot.com/2007/06/quitar-eliminar-sacar-navbar-en-blogger.html