Thursday, May 21, 2009

How to hide the Blogger Navigation Bar

When you first create a Blog and you use a default template you will recognize a Navigational bar on the Top of your Blog. Some Call This Nav-Bar for short. So if you want to hide it or you don't want to see it here's how.

Step 1: Go to Blogger>Layout>Edit HTML

Step 2: Find this code:
</b:skin>

or
]]></b:skin>


Step 3: Just After the code in Step 2 paste this code:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}


Your Code Should Look something like this:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
</b:skin>


Step 4: Save

Many Bloggers dont Like the Nav bar because for them its not that professional looking thats why they want to hide it.

If you Have Other Problems in Blogger that is not yet discuss on this site, you can send your questions here at Contact Me

1 comment:

Creative Commons License