How to make the form background transparent?

  • kescheren
    Asked on July 12, 2016 at 8:40 PM

    None of these options work. This is very frustrating. This should not be a difficult thing to do.

  • Kevin Support Team Lead
    Replied on July 12, 2016 at 11:37 PM

    Upon checking the forms you have recently edited I found that all of them have a white background, but this one http://www.jotform.us/form/61934766004154.

    It currently has a box shadow effect: 

    How to make the form background transparent?  Image 1 Screenshot 20

    To remove it you need to inject this CSS code: 

    .form-all {

        box-shadow: none !important;

    }

    This guide will help you to inject the code o your form: How-to-Inject-Custom-CSS-Codes

    However, you can provide us the link to the form you're currently editing, we will be glad to check it and find why the code is not working. 

    We will wait for your response.