To delete footer bar...
Add to the bottom of your 'additional.css' template.
Code:
.footer {
height: 11px;
background: none repeat scroll 0 0 transparent;
border: 0 none;
box-shadow: none;
display: block;
}
--------------- Added 01 Sep 2013 at 03:28 ---------------
Quote:
Originally Posted by chrisbr
I remember what could have happened, when I remove the code above, I get a brown box at the bottom, I believe that I wanted this box removing as it serves no purpose (that I can see)
|
Be careful with "display:none" powerful for hiding something, but you need to make sure the element block is not used for anything important.