Friday, April 24, 2009

How to Hide or Remove Navbar / navigation bar in Blogger

Here are the

Step By Step Tutorial

In Hiding or

Removing Navigation Bar In Blogger



What is Blogger NavBar?


The

Blogger Navbar

is a navigation and search bar on top of all

blogspot blogs

. Though they provide several useful features and different colors, sometimes it may not blend with your template.


Step 1: Go To

Blogger

Layout>Edit

HTML


Step 2: Paste This

Code

anywhere between the <head> tags
<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>



Example:
<head>
<title>yimzWik</title>

<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>
</head>


No comments:

Post a Comment

Creative Commons License