Sunday, February 1, 2009

How to remove Navbar on blogger

As some blogger do not like to have the blogger Navbar on their blog to be shown, you can hide it from your blog. To do so, you just have to add a small of code on your blog.

1. First login your dashboard, select  Layout ---> Edit HTML ----> Expand Widget Templates
2. Replacing the following #nabar-iframe code with the current one. If it is not existing, paste the following #nabar-iframe code in the head tag
  #navbar-iframe {
  height:0px;
  visibility:hidden;
  display:none
  }
  
Now, the nav bar is hidden on your blog. If you have any problem, comment are welcome.

3 comments:

  1. Very nice blog.
    Earn from online without any investment, without any skill.Completely free method to earn from home.Nice home based jobs.Joinfree-Earn money.

    ReplyDelete
  2. Thanks Shiro: i didn't think it was possible to remeove navbar,. Your very smart & i highly interlectual person. Also good looking out on (easyhits4u).in process of getting nice blooer pro template.Your blog just keeps getting better & better. Take care.

    ReplyDelete
  3. In case anyone is interested in whether or not hiding the blogger navbar is a violation of the Blogger TOS, it isn't. See the following post with an explanation by a Blogger employee:
    http://groups.google.com/group/blogger-help-customizing/browse_thread/thread/c7e3226fe35da11e?fwc=1&pli=1

    ReplyDelete