Search This Blog

Showing posts with label REMOVE THE BLOG BANNER. Show all posts
Showing posts with label REMOVE THE BLOG BANNER. Show all posts

Tuesday, 30 August 2011

REMOVE THE BLOG BANNER

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.
3- paste the CSS definition in the top of the template code:

...
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Rounders
Designer: Sookhee Lee  
URL: www.plyfly.net
----------------------------------------------- */

#navbar-iframe {
display: none !important;
}


/* Variable definitions
====================
  <Variable name="keycolor" description="Main Color" type="color" default="#539bcd" value="#000000"/>
  <Variable name="mainTextColor" description="Text Color" type="color"
default="#333" value="#333333">
...

Remove the code to show it again.
.........................................................................................................................