Saturday, March 7, 2009

How to Hide or Remove the Blogger Navbar


There is a navbar present at the top of every Blogger-Blogspot blog. By default, there is no option to remove it. But if you want to do so then here is a simple tutorial.

Update: This tutorial has been updated on 21st Jan, 2012.

Steps to Remove or Hide the Blogger Navbar


  1. Open the Template section.
  2. Blogger Updated Dashboard
  3. Click the Edit HTML button.
  4. Blogger Edit HTML Button
  5. A new window will open. You'd have to click the Proceed button to start editing.
  6. Blogger Proceed Button
  7. Find the following code:
  8. </head>
    REPLACE the above code with this one:
    <style>
    .navbar {display: none !important;}
    #navbar-iframe { display: none !important; }
    </style>
    </head>
  9. Click Save template and then Close button.
  10. Blogger Save Template Close Buttons

No comments:

Post a Comment