Sometime blogger likes to remove the Navbar from the blogger blog. But if you are not using FTP to post to the blog it is actually against TOS of blogger.com. So make sure that you are not violating TOS before removing the NAvbar. To remove the Navbar, log on to your blogger account. Next select Layout from the dashboard and Edit HTML tab. Now add following code to your blogger template,

#navbar-iframe {
display: none !important;
}
Add this code above variable definitions in blogger template as shown,
-----------------------------------------------
Blogger Template Style
Name: Minima
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}

/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff" value="#ffffff">


The newly added code to the blogger template is shown in a RED font. After modifying the template code do not forget to save the template. Now next time when you will view your blog, you will not see the Navbar.

0 Comments:

Post a Comment




 

Original Blogger Template | Modified by Blogger Whore