Hiding NavBar is so simple. Many people think that its give by google and it cant be removed.
Here is the code to remove the NavBar.
Step 1. Log in to blogger
Step 2. your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.
Step 3. paste this code in the head section
#navbar-iframe {
height: 0px;
visibility: hidden;
}
or u can use this code also...
#navbar-iframe {
dispaly: none !important;
}
Tuesday, May 6, 2008
Remove the NavBar
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment