Thursday, May 24, 2012

How to hide navbar in blogspot

Just paste below css before body tag of css starts.

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