Saturday, 26 May 2012

How to remove navigation bar in blog

For every new blogger this is very useful information. Navigation bar is a bar that appears on the top of every blog by default. But usually any blogger won't like this. So here is a easy way to remove/hide navigation bar.


Please note : Before making any changes in your blog please make sure that you have saved a current copy of your template.

  • How to download current template copy?

Go to template > Edit HTML > Download Full Template. save it to your Desktop.

  • What you have to do is follow the steps : 

1. Go to Edit HTML in blogger template window.
2.  Find the following code : 
                                                                   #navbar-iframe {
                      height: 30px;
                      }

3. To Remove Navigation Bar, Delete this code and paste the following code instead : 
                                                                  #navbar-iframe {
                      height: 0px;
                      } 

4. To Hide Navigation Bar, Delete the code in step 2, and paste the following code instead : 
                                                                     #navbar-iframe {
                      visibility: hidden;
                      }

5. Save Template. That's it. Refresh your home page..chill...!!

0 comments:

Post a Comment

This provides free backlink for you so feel free to comment and get a free backlink.