Tagged: footer
Hi there,
I’ve looked through the forum for a solution without success.
How can I make the footer area transparent? I have a fixed image that I’d like the footer to roll over so that the transparancy of the header is the same as the footer.
Thanks in advance for your help.
Silvio
Hi Silvio!
Add this to your custom CSS:
#socket {
position: absolute;
bottom: 0;
width: 100%;
}
You’ll need to make some space for the footer at bottom.
Regards,
Josue