How to remove navbar from blogger ?

Discussion in 'HTML & Website Design' started by akash222, Oct 25, 2009.

  1. #1
    I have one blog but i want to remove the navbar means the strip which is in the top of the blog i just dont want that and want to remove that i dont know how to do that does anyone suggest me is there any HTML to remove that bar .....
     
    akash222, Oct 25, 2009 IP
  2. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    How To Remove Navbar In Blogger Blogs

    1. Open your Blogger dashboard.

    2. Go to your blog’s Layout settings > Edit HTML

    3. Look for:

    /* Variable definitions
    ====================

    4. And above that add:

    #navbar-iframe { display: none !important; }

    5. Save your settings and open your blog now. The navigation bar will be gone.
     
    forextrendalerts, Oct 26, 2009 IP
  3. akash222

    akash222 Peon

    Messages:
    568
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for such a nice definition i have done that and navbar on mine blogs are removed now !!!!


     
    akash222, Oct 26, 2009 IP
  4. Premiumadmin

    Premiumadmin Greenhorn

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    Written by the admin of: Premiumadmin.blogspot.com
    Really Blogger Navbar looks very ugly and it also prevent is your seo work. So it is better to remove and I'm happy you have taken a step to remove it. I have made a nice tutorial for removing Navbar from blogger blogs. You also can get helped. The tutorial will help you 100%. Link for the tutorial. I'm sure you will solve the problem within 5 munites.

    premiumadmin.blogspot.com/2011/12/how-to-hide-disable-or-remove-blogger.html
     
    Premiumadmin, Dec 7, 2011 IP
  5. blogging guy

    blogging guy Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Use this updated code
    #navbar-iframe, .navbar { display: none !important; }
    it will eliminate the space also.
     
    blogging guy, May 31, 2012 IP
  6. tpaanekphankul

    tpaanekphankul Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you can remove them
    1. go to head.php
    2. remove <?php primary_nav . . . blah?>
     
    tpaanekphankul, May 31, 2012 IP