How to make form with 100% transparency?

  • POLMX
    Asked on October 29, 2015 at 10:56 PM

    1.- Form doesn't change to no color background, it stays in white background, I have tried everything in the "design" mode.

  • Ben
    Replied on October 30, 2015 at 4:48 AM

    To do that, please do add the following CSS to your form:

    html.supernova {
        background: none transparent;
    }

    Please see the following guide where to add the CSS code into your form: Inject Custom CSS Codes

    Once there, do remember to add it after all other code in there and save your form.

    As soon as you do, you should see on your website and it should then be transparent.

    Do let us know how it goes. :)