Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Tuesday, February 10, 2009

Getting rid of the Blogger Navigation Bar

Just a FYI, this is the code i use to remove the NavBar from the top of blogger.

#Navbar1 {

margin: 0;
padding: 0;
display: none;
visibility: hidden;
}

Just go into your blogger settings page, and click on the layout tab. Then click on edit HTML. Find the body tag and paste it around there usually underneath.