Reply to comment

Remove Navigation Bar in Blogspot

Follow the following simple steps to remove the unwanted navigation bar in your blogspot blog.

  1. Sign in w/ your Google account @ http://blogger.com
  2. Go to layout
  3. Click Edit HTML
  4. Then insert this css snippet in your template
    #navbar-iframe {
       display: none !important;
    }
  5. Save template

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.