If you want to remove the ugly default Blogger navbar, (you know, that bar across the top of your page with the search field in it), try inserting this code:
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Just paste it into the head of your html, and no more boring old default navbar.
Note: This might be against the Blogger Terms of Service, but hey who gives a fuck about TOS?
5 comments:
cool, nice work
Yes, it is a nice one. I see you've removed yours already.
wtf is your html? is that the ... what is it?
It's a language you format web pages with. Go to "Layout" - "Edit HTML" on your dashboard and all will be revealed.
Err, but best not to fuck with it too much...
Post a Comment