How to make form background transparent

  • TuscanyTrip
    Asked on July 8, 2015 at 11:48 AM
  • David JotForm Support
    Replied on July 8, 2015 at 12:56 PM

    Hi,

    Here's how you can make the form background transparent: Making the Form Background Transparent. You can also inject the following codes to your form:

    .form-all {

    background: transparent !important;

    }

    Here's how you can inject this codes: How to Inject Custom CSS Codes.

    The above code should override any background color if your changes won't stay.

    Let us know if you have any further questions and we will be happy to help.