Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #339604

    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

    #339681

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.