How Do I Change the Background of My Form to be Transparent?

  • sasascongress
    Asked on February 16, 2016 at 7:20 AM

    I have a new form and it is using a white bg and I really want this to be transparent. When I set the preferences in the designer, it does not work. Please help. 

  • mert JotForm UI Developer
    Replied on February 16, 2016 at 10:13 AM

    Hi there,

    You can easily make your form's background transparent by injecting some custom CSS to your form. Below, you will find the necessary code:

     

    .supernova {

        background: transparent;

    }

     

    Please, try this one and let us know the results.

    Thanks.