does anybody know how to make the footer background at the bottom of my page transparent? it is destroying my vibe @.@
does anybody know how to make the footer background at the bottom of my page transparent? it is destroying my vibe @.@
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
xX.Rainie.Xx
does this work?
footer {
background-color: transparent;
border-top: 0px;
}
if it doesn't, maybe putting !important before the ; will help