Header Ads

test

How to Remove Blogger Blogspot NavBar

Please note that according to the term and condition of blogger.com, you’re not allowed to remove or disable the navbar unless you host your blog under your own server. This tutorial is meant for those that host their blog outside of blogger.com, but the code does work for blogs hosted with blogger.com.

  1. Log in to blogger
  2. Go to Template>Edit HTML in your Blogger dashboard and first back-up your template to ensure you can restore it if you make unwanted mistakes!
  3. Next, find this line in the template: <b:skin>
  4. Just before this line, insert the following lines of code

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



5.Click on SAVE TEMPLATE CHANGES button when done

Remove Blogger Navbar -