Thursday, December 17, 2009

How to Hide or Remove Blogger Navbar


The Blogger Navbar appears by default at the top of every Blogger-powered blog. Navbar features include:

[B]:
takes you back to main page of blogger.com
Search Blog:

searches the blog you're viewing. Results will appear directly on the page.
Flag Blog:

lets you mark the current blog as objectionable.
NextBlog:

takes you to a random, recently-updated Blogger blog.
[email address]:

If you are logged in to your account, you'll see your own address here. Other viewers will see their own email addresses, or none at all if they aren't logged in.
Dashboard:

If you are logged in, you'll have a link to your own dashboard.
Sign In/Out:

This displays the appropriate option, depending on whether you're logged in or not.

Actually you can remove this Blogger Navbar by some coding. Here i teach you all how to remove the Blogger Navbar..very easy, just follow all of this tutorial. Here, i teach you three technique...

Firstly you need login to your Blogger Dashboard. Then go to Template tab and choose Edit HTML.

Technique :
On that Edit Template box, you just need to paste this code :



#navbar-iframe {
display: none !important;
}

On my blogger, i usually paste this coding above the Variable Definitions.
Here i show you the template that i already changed.



-----------------------------------------------
Blogger Template Style
Name: Minima
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
/* Variable definitions
====================

type="color" default="#fff" value="#ffffff">

type="color" default="#333" value="#333333">

type="color" default="#58a" value="#5588aa">

type="color" default="#666" value="#666666">


for more techniques
COURTESY by:
http://tutorials-for-new-blogger.blogspot.com/
http://labnol.blogspot.com/

No comments:

Post a Comment