How do I make my form background transparent

  • oldpc
    Asked on March 5, 2015 at 12:37 PM

    I need this form to have a transparent background

    Beautiful leads form

     

    so I can display my own background on my page

     

    http://movingcompanies.co/bear/1/index.html

     

    I tried all the options available with the background colors but the form is never transparent its always white

     

  • David JotForm Support
    Replied on March 5, 2015 at 1:59 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.