To hide the Blogger Banner :
- Log in to blogger
- 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.
- paste the CSS definition in the top of the template code:
...
/*
Blogger Template Style
Name: Rounders
Designer: Douglas Bowman
URL: http://innovideas.blogspot.com
Date:
Updated by: Blogger Team
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
/* Variable definitions
====================
description="Main Background
Color" type="color"
default="#fff" value="#ffffff">
...
Remove the code to show it again.
You are done !!!
