Saturday, October 22, 2011

How To Remove The Blogger Navigation Bar From Your Blog


Blogger.com is one of the favorite blogging platforms for thousands of bloggers around the world. In wordpress there is no extra content out of your contents.
But in Blogger, there is a default navigation bar. It may not be present in most of the templates. But if you are using a default blogger template, then you will see a navigation bar like the following picture:

Why Should I remove the navigation bar from the Blogger?

  • To give a professional look of your blog.
  • To lessen the links from your blog. In the Blogger navigation there are few link and a search box for searching blog. If the Blogger navigation bar remains at the top of your site, you may lose some of your valuable visitors. They might have brings some extra cash for you.
So, there is no necessity of keeping the blogger navigation bar at the top of your blog. Rather, If you keep it, you are going to lose something.

How can I remove the blogger navigation bar?

Step 1: Log in to your Blogger.Com Dashboard.
Step 2: Click on Design tab and then Edit HTML. Now you can find out template code here.
Step 3: Find the following code
<b :skin><![CDATA[/*
-----------------------------------------------------------
Bloger Template Style
Name:
Designer:
URL:
---------------------------------------------------------*/
Step  4: Paste the following code below the above code (mentioned in step 3)
#navbar-iframe {display: none !important;}
Step 5:  Click “Save Template
Step 6: Now view your blog. Blogger navigation bar is no longer visible in your blog.

How to Get back the Nav Bar?

If you want to get blogger navigation bar back, then just delete the extra code that you have added now.
2. that you added into your template and Save the Template.

No comments:

Post a Comment