Setting form background with no picture repeat

  • TonyaLeGrande
    Asked on September 12, 2017 at 5:13 PM

    Is there any way that I can put a background picture without having the background being multiple pictures?

    When I am on build mode it looks perfect but when I Preview the form I get these lines and I don't like that.

    Setting form background with no picture repeat Image 1 Screenshot 20

    I want the background to be just one whole picture that scrolls with the form like how it is on your predesigned themes.

     

    Jotform Thread 1245868 Screenshot
  • Mike
    Replied on September 12, 2017 at 8:51 PM

    Please try adding the next CSS to the form:

    .supernova {
    background-attachment: fixed;
    }

    Setting form background with no picture repeat Image 1 Screenshot 20

    If this does not help, provide us with a link to the form in question.