help please

does anybody know how to make the footer background at the bottom of my page transparent? it is destroying my vibe @.@

Kudos: 0

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Report

does this work?


footer {

    background-color: transparent;

    border-top: 0px;

}


if it doesn't, maybe putting !important before the ; will help