Monday, September 28, 2009

Removing Blogger Banner in Your Blog

I just found that blogger banner in my blog kinda unwanted stuff and hence searched for the solution.. this is wat i got.. that is very simple step and found that interesting and useful enof to share with u ppl.. That really worked.. U can see this blog as an example... 
To hide the Blogger Navbar :
1- Log in to blogger
 2- On your Dashboard, select 
Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML code. ( don't worry that u have to mess with the code.. its so simple )... 

3- copy this code first..  
 #navbar-iframe {
display: none !important;
}
4- find for this section of the code in that html code.. that will be in the beginning itself..
-----------------------------------------------
Blogger Template Style
Name: Minima Stretch
Designer: Douglas Bowman / Darren Delaye
URL: www.stopdesign.com
Date: 26 Feb 2004
----------------------------------------------- */
5- Paste our two line code just after this section of the code.
6- Now save the changes and view your blog without the banner.. 
For those who cant understand my English, you can see the process visually.. :D


0 Comments: