How do I set the background image to not repeat and to not scroll down the form?

  • LegacySolarCoop
    Asked on September 27, 2016 at 7:14 PM

    I would like to ensure that my background image doesn't repeat as people scroll down the form. Is that possible? How long should my form be?

    Also, I want to see if I prefer a different photo that the default one that comes with the theme. But if I like the original better, will I be able to restore it?

  • liyam
    Replied on September 27, 2016 at 11:22 PM

    Hello LegacySolarCoop,

    You can add this CSS code to your form: 

    .supernova {
    background-repeat: no-repeat !important;

    background-attachment: fixed !important;
    }

    If you need to know how to insert this code into your form, please refer to this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Feel free to let us know if you have questions or concerns.

    Thanks.

  • LegacySolarCoop
    Replied on September 28, 2016 at 7:12 PM

    Thank you! Now that I see the advanced designer, it looks like is an option there too.

  • liyam
    Replied on September 28, 2016 at 10:45 PM

    You are welcome, LegacySolarCoop. :)

    And yes, there is also an option in the advanced designer to set. Either way, you can choose the advanced designer or the manual coding via CSS injection (I usually prefer the latter).

    Anyway, should you have other questions, please don't hesitate to start a new thread.

    Thanks.