Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #516164

    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

    #516553

    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

    #528582

    Excellent! Thank you.

    Doug

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fixed Background for various pages?’ is closed to new replies.