Tuesday, May 3, 2011

How To Remove Or Hide Navbar On your Blogger



If we look at the original Blogger blogspot, there have a navigation bar above right, today I am going to teach you how to remove or hide from view of our eye. Currently, webmasters usually remove the navigation bar in order to looks professional, you also can remove or make it disappear the same with other Blog does it. It is very simple by following some simple steps below you can definitely do it. The screenshoot of navbar something like below:


There have two ways of adding CSS code inside your Blogger, First is like below:
  1.  Log in to your Blogger account
  2. Choose Design> Edit HTML (important: always backup your HTML code)
  3. Add the following script below just after Head:

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

Or you also can use this code:
#navbar-iframe {
   display: none !important;
}

for example:



Second way is by adding CSS code just after <body>

<style type=’text/css’>
#navbar-iframe {display:none;}
</style>
After everything is done, just save it and see the different of your Navbar
  
Removing Navbar is legag or not?

The Terms of Service for Blogspot.com do not mention anything about Blogger Navbar but it does state a word about the discontinued Blogger AdBar which was previously displayed on freely-hosted Blog*Spot blogs. 

By creating your BlogSpot Site, you agree that Pyra has the right to run such advertisements and promotions.

You also agree that you will not attempt to block or otherwise interfere with advertisements displayed on your BlogSpot site via JavaScript or any other means. Doing so is grounds for immediate termination of service. The manner, mode and extent of advertising by Pyra on your BlogSpot Site is subject to change. 

Since it is not mentioned explicitly in the Terms of service, it remains doubtful if removing and hacking the Blogger navbar is any violation of the Blogger terms of service. Lets say we are not "removing the navbar" but only "hiding the navbar" or we could even re-position the navbar to the bottom of the blog. Get rid of the blogger navbar.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Subscribe via email

SIGN UP now if you feel useful information as well as receive other site updates!