A background has started to appear around my form when I embed it

  • avijfr
    Asked on May 18, 2017 at 3:59 PM

    Hi Support team,

    I updated my form and embedded it and now a grey background has appeared behind my form.

    https://form.jotform.ca/71375097318260

     

    A background has started to appear around my form when I embed it Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on May 18, 2017 at 5:14 PM

    Please inject the following CSS code to the form to make the background transparent.

    .supernova {

        background-color: transparent; 

    }

    The form should be displayed as shown in the screenshot below after adding the CSS code to the form.

    A background has started to appear around my form when I embed it Image 1 Screenshot 20

    Thanks!