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.
Hey!
Try adding this code to the Quick CSS:
#footer {
background-repeat: no-repeat;
background-size: cover;
}
Cheers!
Josue
Thank you Josue. Worked like a charm!
You are welcome, glad to help :)
Regards,
Josue