TOP BLOG TUTORIALS

Pages

Saturday, June 4, 2011

Remove navbar

How to remove navbar on blog?

Pretty much easy to remove navbar or nagivation menu by blogger default,

If u do not know what is Navbar, i will put a picture and u will see the different :




Ok so how to remove the navbar? 

There we go :


login on your blogger and then go to dasbord and then click design

Then go to Edit HTML :
  1. Click expand widget template like number 2 on the picture
  2. Use CTRL+F to find this code ]]></b:skin> like number 3 on the pic 
  3. And Copy paste Code below this like number 1 on the picture

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



               like this picture :


              And SAVE TEMPLATE.

    And this is your new blog like :



    CONGRATZ!!

No comments:

Post a Comment