I am not able to make the background on my form transparent

  • drhorton
    Asked on June 7, 2016 at 10:37 AM

    I have set all the background colors to transparent but the form background is still showing as white on our website (see below). Please advise. 

    I am not able to make the background on my form transparent Image 1 Screenshot 30

    I am not able to make the background on my form transparent Image 2 Screenshot 41

  • Carina
    Replied on June 7, 2016 at 11:49 AM

    Please try adding this css code to your form:

    .supernova, .jotform-form, .form-all{

       background-color : transparent !important;

    }

    Let us know if we can assist you further.   

  • drhorton
    Replied on June 7, 2016 at 3:03 PM

    that works - thank you!