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-iframeThe !important keyword prevent the property from being overwritten from the rules inserted by the blogger engine.
{
display: none !important;
}
No comments:
Post a Comment