Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #527774

    I want to put an image into the footer that spans the entire footer and does not tile. I don’t see a way to do this.

    Can you help? Many thanks.

    #527785

    Hey!

    Try adding this code to the Quick CSS:

    #footer {
        background-repeat: no-repeat;
        background-size: cover;
    }

    Cheers! 
    Josue

    #527804

    Thank you Josue. Worked like a charm!

    #527830

    You are welcome, glad to help :)

    Regards,
    Josue

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