I am unable to set my form background as transparent

  • amr372
    Asked on May 15, 2015 at 12:51 PM

    I read the other comments and changed the background to transparent, but it is still showing up white.

  • Ben
    Replied on May 15, 2015 at 3:01 PM

    I took a look at your website and I see the white background is still there.

    To remove it, please add the following CSS code to your jotform:

    html.supernova {
        background: transparent none;
    }

    You can do that by following the steps here: Inject Custom CSS Codes

    Please add the code at the bottom of all the other code that you have in that field.