Tagged: fixed background image
Hi,
I’ve reviewed the Enfold threads and it looks like it is possible with Enfold to have a fixed background image so that the image stays put and the content scrolls over it. I understand this works with the boxed layout. Would it be possible to have a different background image for each page? If so, how would I do this?
Doug
Hey dburton77!
Drag a codeblock element to each page and add this inside.
<style type = "text/css">
body { background-image: url("URL to your image") !important; }
</style>
Regards,
Elliott
Excellent! Thank you.
Doug