Sunday, July 20, 2008

Blogger Hacks

The first thing I wanted to do as soon as I created this blog was to remove the blogger bar on top of the pages.

I googled for a while and I found the solution in here. The hack is really simple, you have just to insert a new CSS rule just before the "Variable definitions" in the HTML code of your template:
#navbar-iframe
{
display: none !important;
}
The !important keyword prevent the property from being overwritten from the rules inserted by the blogger engine.

No comments: