Pages

How To Hide The Blogger Nav Bar

  1. click on Edit HTML tab to view the template’s HTML code. Edit Blogger HTML
  2. Search for the following line of code: ]]>
    Before the line, add in the following line of code:
    #navbar { display: none; }
    or:
    #navbar-iframe { display: none !important; }


  3. Click on SAVE TEMPLATE to make the change effective.