How to Remove Blogspot’s Navigation Bar

  1. Log in to Blogger
  2. In your Dashboard, click ‘Layout’
  3. Click ‘Edit HTML’
  4. Paste the following CSS code at the location shown in screenshot:
  5. #navbar-iframe
    {
      height:0px;
      visibility:hidden;
      display:none
    }

    Edit HTML
    Edit HTML
    Before Removing Navigation Bar
    Before Removing Navigation Bar

    After Removing Navigation Bar
    After Removing Navigation Bar

This Post Has 4 Comments

  1. DSvT

    My Blogspot original don’t have that…

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.