Sunday, October 30, 2011

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 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.

Step 01

This tutorial is on how to remove the blogger navbar (also known as the navigation bar) from your blog. First go to Design -> 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 {
height: 0px;
visibility: hidden;
display: none;
}

No comments:

Post a Comment