feedburner
Enter your email address:

Delivered by FeedBurner

feedburner count

Earn Money From Survey

Hide Navbar

Labels: ,

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


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

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


add the code like this

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.

Video Tutorial:

Step by step in video:




0 comments:

Post a Comment