How do I make a form transparent?

  • commercialkings
    Asked on June 24, 2016 at 5:04 PM

    How do I make a form Transparent? No background?

  • BJoanna
    Replied on June 24, 2016 at 6:18 PM

    You can make your form transparent by injecting this CSS code to your form:

    .form-all {

    background: transparent !important;

    }

    Inside of this guide you can find how to Inject Custom CSS code to your form: 

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I have cloned your form and added mentioned CSS code to my form. Here is my form:

    https://www.jotformpro.com/form/61757078159972 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.