Thursday, January 15, 2009

How to remove the blogger navigation bar from your blog?

  1. Edit your blog template.
  2. View the html code
  3. Add the following code block between <style> tags and save the template.

      #navbar-iframe{
           height:0px;
           display: none !important;
      }

No comments:

Post a Comment