HOW-TO: Removing Blogspot Nav Bar
Wanna get rid off the ugly Blogger navigation bar hanging on top of your blogspot? Insert the following code in the style section of your template and say "Goodbye, ugly nav bar!"
#b-navbar {
height:0px;
visibility:hidden;
display:none
}

<< Home