Friday 3 August 2012

Blogger Introduce A New Option To Remove Navbar

Remove-Blogger-Navbar-Easily
Whenever you pickup a new template for your blog a navbar automatically add at top most position of your blog it offers great features to user but most of the people don't want this navbar on the blog therefore they repeatedly trying to remove this navbar.

The tutorials to remove navbar present on different types of blog are not very efficient and in most of the cases they fail.

Thanks to Blogger team who recently add an option to remove this navbar through one click. Now you have no need to add any type of code in template to remove navbar from blog.

We want to remind you that our ABT team was recently launched all in one subscription widget for blogger blog.

How To Remove Blogger Navbar Easily

All the steps to remove navbar are very simple
  1. Login to Blogger Dashboard.
  2. Go to Design /  Page Elements.
  3. Click on Edit Button placed at right position of Navbar.
  1. From the list of nabar designing choose the off option.

  1. Finally click Save button. 

How To Remove Blogger Navbar Manually

If you don't find off option in the list then you can remove it manually just by adding small piece of code in blogger template.
  1. Click Design /  Edit HTML.
  2. Backup of your blogger template ( More info )  
  3. Search for following piece of code in template
<![CDATA[/* 
  1. Paste the following code just below it.
#navbar-iframe 
{

display: none !important;

}
  1. And Save your template
Both of the method given above are very useful for those bloggers who are trying to remove navbar permanently from template.

You can also read Increase blog security by changing login information, How to force reader to like fan page

No comments:

Post a Comment