Sunday, May 31, 2009

Remove The Blogger Navbar In A Simple Step

Many of the Blogger users who use the templates provided by Blogger will see a Navbar at the top of the blog. However there isn't any option to remove the Blogger Navbar.

Blogger


I don't like the Blogger Navbar as it doesn't look good, it may lead the blog visitors away from my blog and some people can also deliberately Flag my blog.

So here is the simple method to remove the Blogger Navbar:

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

Blogger Basics






2. Now click on Edit HTML option

Blogger Basics





Now search "/* Variable definitions" in the blog template. Paste the following code just above it

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


remove navbar








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

No comments:

Post a Comment

[Please do not advertise, or post irrelevant links. Thank you for your cooperation.]