Remove Blogger Navbar 2

Posted by Blogger Help Guide on // Leave a Comment
CSS Code to Remove Blogger Navbar

Heres the next solution to remove your blogger navbar with a simple CSS code. Go to Blogger.com >> your site >> Template >> Edit HTML >> Proceed. Now within the coding of your template search for the ]]></b:skin> tag and just above it paste the following CSS coding.
    #navbar { height: 0px; visibility: hidden; display: none;}
    #navbar-iframe { height: 0px; visibility: hidden; display: none;}
Than press "Save Template" button and the navigation bar would be removed from your site. However, in the future if you wish to restore the Navbar again then you can just remove the above CSS coding from your Template, and it would be back to normal.

Another solution to turn off the blogger navbar is here.
share Remove Blogger Navbar 2 on: FB, Tweet, G+, Pin, Lin, Digg, Stbl, Del, Tumb, Note

0 comments:

Post a Comment