XF 1.4 How to achieve Transparent footer?

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:
Code:
#headerMover
{
    background-image: url("myurl") !important;
}
#headerMover #headerProxy, #header, #content
{
    background-color: transparent !important;
}
 

Attachments

  • transparentfooter.webp
    transparentfooter.webp
    38.9 KB · Views: 12
Top Bottom