Tarzan
Member
Hello,
How can I get a transparent footer background?
I want a complete transparent background, and I have found some code that I added in the extra.css which helped me transparent the header and the content, but I fail to get the footer transparent.
This is the code I found for header and content:
How can I get a transparent footer background?
I want a complete transparent background, and I have found some code that I added in the extra.css which helped me transparent the header and the content, but I fail to get the footer transparent.
This is the code I found for header and content:
Code:
#headerMover
{
background-image: url("myurl") !important;
}
#headerMover #headerProxy, #header, #content
{
background-color: transparent !important;
}