Go to the Blogger Dashboard and from the Design menu choose Edit HTML:
In the HTML form locate the following code:
/* Variable definitions
====================
<Variable name="mainBgColor" description="Main Background Color"
type="color" default="#fff" value="#ffffff">
<Variable name="mainTextColor" description="Text Color"
type="color" default="#333" value="#333333">
...All you need to do to remove the Blogger banner is to paste the following CSS code just before the code locate above:
#navbar-iframe {
display: none !important;
}

0 Comments