How do I get my image background to stay fixed?

  • asakitfield
    Asked on January 23, 2017 at 5:16 PM

    I have enabled fixed and I've tried fixed and cover, but the image keeps repeating. Please help!!

     

    https://www.dropbox.com/s/ktlik4kdc3hq1ql/Screenshot%202017-01-23%2017.13.21.png?dl=0

  • Kiran Support Team Lead
    Replied on January 23, 2017 at 10:10 PM

    It looks like the form theme is overriding the background image. Please inject the following CSS code to your form so that the background image is fixed and display correctly.

    .supernova {

        background-attachment: fixed;

    background-position: center bottom;

    }

    Hope this information helps!

     

     

  • asakitfield
    Replied on February 3, 2017 at 10:52 AM

    It Worked! thanks!