- This bar highlights that you are part of the Blogger community, and you might not want emphasizing that.
- The bar might not fit well to your template design.
- Blogger has started random advertisement above the Navbar and this has taken valuable space on you blog page.
Fortunately, removing the Navbar is a quite easy task, and it can be done in different ways.
1. Go to your blogger Dashboard and select Layout.
2. Click Edit HTML.
Method 1
Find the following record in the template layout
Paste this simple code
#navbar-iframe { display: none !important; }
Method 2 (By Aditya)
Look for
/* By Aditya http://the-lastword.blogspot.com/ ----------------------------------------------- */ div.navbar { opacity:0.0; display:none; }
Method 3 (By Praveen)
Look for
/* By Apnerve http://www.apnerve.blogspot.com ----------------------------------------------- */ #navbar #Navbar1 iframe { display:none; visibility:none; }
Method 4
Just add the following lines anywhere in your Blogger template [enclosed by