Wednesday, October 19, 2011

how to hide the blogger navigation bar from your blog in simple easy code









how to hide this weird looking navbar?



simply click on Template>Edit HTML

now post this code just right before the

"/* Variable definitions"

#navbar-iframe {
   display: none !important;
}
so it your HTML will look like this:
Blogger Template Style
Name:     Picture Window
Designer: Josh Peterson
URL:      www.noaesthetic.com
----------------------------------------------- */
#navbar-iframe {
   display: none !important;
}
/* Variable definitions
   ====================
then click on save template.
to put the navbar a gain just delete the code from your template HTML.  

0 comments:

Post a Comment

gotta some thing to say ?

Note: Only a member of this blog may post a comment.