How to change background tile?

  • dsutphin
    Asked on January 21, 2020 at 6:53 AM

    How can I change the tile background to single, I searched and couldn't find it


    Thank You!


    dsutpin

  • Ashwin JotForm Support
    Replied on January 21, 2020 at 9:48 AM

    Do you mean to say that you want the background image to display only one image with no repeat?

    Please inject the following custom css code in your form and see if this gives you desired result: 

    .supernova {

        background-image: url(https://www.jotform.com/uploads/dsutphin/form_files/11.5e26e5a34a4e15.92632938.jpg);

        background-repeat: no-repeat !important;

        background-size: cover !important;

    }

    This will display one single image across form background. The following guide should help you how to inject custom css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.