no more navbar
I found CSS code that can get rid of the silly Blogger NavBar at the top of your page. It makes my blog look a bit more legit, I think. You all probably already knew this, and have for one reason or another decided not to do so, but just in case:
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
Just paste that anywhere under the styletype="text/css" tag. Nifty stuff.
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
Just paste that anywhere under the styletype="text/css" tag. Nifty stuff.
0 Comments:
Post a Comment
<< Home