Subscribe:
#

Labels

Sunday, March 6, 2011

How to Hide Navbar

Many blogger do not like the navbar up on their blog site.But They don't know how to hide the navbar.Here is the process I know.See the navbar below first.

The Blogger Navbar is a navigation and search bar on top of all blogspot blogs. It is available in several colors, and is configured in the Template tab in Blogger’s interface.

Blogger navbar configuration

Below is the step-by-step process how to hide the navbar:


Step 1. Log in to blogger account


Step 2. On 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.

Blogger navbar configuration


Step 3.Add the below html code as specified in the below picture.


#navbar {
height: 0px;
visibility: hidden;
display: none;
}


add the code like this

Step 4. Save the changes.
Now, you can see your blog without that navbar.If you want the navbar to appear again,just remove that code and save the changes.

1 comments:

Anonymous said...

thats the great one...add more topics like this...we like it...thank u...sandip

Post a Comment