How To Remove Blogger Navbar?

by Surender on April 30, 2009 · 2 comments

in Blogger

Blogger gives free Blogging Platform to us.But its  templates comes with default layout.On the header section Navbar doesn’t looks good.

nav bar blogger How To Remove Blogger Navbar?

However there is not any option to remove the Blogger navbar.

There is no use of Blogger navbar.It may lead the blog visitors away from my blog and some people can also deliberately Flag my blog.

So I decided to remove the blogger navbar in easy steps.

1. Visit the Dashboard and click on Layout option of your blog:

layout blogger How To Remove Blogger Navbar?2. Now click on Edit HTML option

edit link blogger How To Remove Blogger Navbar?Now search “/* Variable definitions” in the blog template. Paste the following code just above it.

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


variable paste How To Remove Blogger Navbar?

 

Now click on Save Template and check your blog. The Blogger Navbar will be invisible now.

Thanks to CoolTricks


Here’s some of what you missed so far

About the Author

{ 2 comments… read them below or add one }

1 Jack Clarke May 2, 2009 at 7:44 am

Nice tip! I remember doing this long time ago when first started blogging. It looks better and will stop people from flagging a site as spam,etc.

Reply

2 surender May 2, 2009 at 8:06 am

Hi Jack.
Yes it will really stop flagging.

Reply

Leave a Comment

CommentLuv Enabled


Page 1 of 0