Showing posts with label navbar. Show all posts
Showing posts with label navbar. Show all posts

How to Hide Navbar (Navigation Bar)

Thursday, November 19, 2009

1. Login to Blogger then klick "Layout --> Edit HTML".
2. Copy the code below and insert into your head tag.

#navbar-iframe {
display: none !important;
}