Having a static background image

  • Ralf_CT
    Asked on February 17, 2017 at 1:28 PM
    I want the background pic to be static with the form moving over it
    (as it does in Build mode), however, when published the image is tiled
    and moves up with the form (see attached).
  • Jan
    Replied on February 17, 2017 at 2:00 PM

    Please insert the CSS code below in order to make the background image static:

    .supernova {
    background-attachment: fixed !important;
    }

    Here's a guide on how to inject custom CSS in Form Builder V4:

    1. Click the "Form Designer" button at the right.

    Having a static background image Image 1 Screenshot 30

    2. Go to the "CSS" tab and paste the code in the "Inject Custom CSS" box. After that, click the "Save" button.

    Having a static background image Image 2 Screenshot 41

    Hope that helps. Thank you.

  • Ralf_CT
    Replied on February 18, 2017 at 12:46 AM
    Sorted out, thank you!
    ...