Sunday, November 6, 2011

How to Hide, Disable or 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 from your blogspot template 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. Backup your blogspot post.
Step 01
This tutorial is on how to hide,disable or remove the blogger navbar (also known as the navigation bar) from your blog. First go to 'Layout' –> 'Edit html'.
Step 02
Copy and paste the code provided below (as shown in the image below) and insert it into the template, the code can be inserted anywhere in the template.
#navbar-iframe{height:0px}
OR
#navbar {
height: 0px;
visibility: hidden;
display: none;
}

Enjoy!!!

0 comments:

Post a Comment