Wednesday, August 1, 2018

Hiding Blogger Navbar

Hiding Blogger Navbar


Heres the simple instructions to hide bloggers official Navigation bar.
1. Log-in to your Blogger Account.
2. Go to your Dashboard > Template > Backup/Restore >
   Back Up you Template!

3. Go to your Dashboard > Template > Edit HTML >
4. Click CTRL and F and find ]]></b:skin>
5. Using the code below, paste it  above ]]></b:skin>.
view plainprint?
  1. #navbar-iframe {  
  2.    height:0px;  
  3.    visibility:hidden;  
  4.    display:none  
  5. }  



visit link download