How to correct the background image repeating

  • KCHDA
    Asked on March 27, 2017 at 3:50 PM

    Hello,

    The background image is repeating itself - is there a way to correct this so it shows only once?

    Thank you,

    Lori

  • Chriistian Jotform Support
    Replied on March 27, 2017 at 7:32 PM

    Hi there,

    Please inject the following CSS to your form.

     

    .supernova {

       background-repeat: no-repeat;

    }

     

    The result should be as follows.

    How to correct the background image repeating Image 1 Screenshot 20

     

    Let us know if you need further assistance.

    Regards.