Transparent background

  • Raineydaysbranding
    Asked on February 24, 2017 at 6:26 PM

    How do I make this form let my background image show through? I tried several of the transparent options with no success. 

     

    This form is loaded using iframe code with in elegant themes  divi theme inside of wordpress. 

  • jonathan
    Replied on February 25, 2017 at 12:57 AM

    In the advance Form Designer you can make the form background and frame background transparent by selecting 'clear color' option in the color selector.

    Example: 

    Transparent background Image 1 Screenshot 30

    Transparent background Image 2 Screenshot 41

     

    Let us know if this still did not make your form background transparent.

     

     

     

     

  • Raineydaysbranding
    Replied on February 27, 2017 at 11:42 AM

    I changed the background and frame to transparent. I saved the changes and even loaded the iframe code again into our site. There is still a white background currently. Any other ideas?

     

  • David JotForm Support
    Replied on February 27, 2017 at 12:53 PM

    Try adding the following CSS to your form:

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

    .supernova, .jotform-form, .form-all {

        background-color : transparent !important;

    }

    Or you can simply clone this copy of the form to your account:

    https://form.jotform.com/70575307063959

    https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

  • Raineydaysbranding
    Replied on February 27, 2017 at 4:56 PM

    Thank you that fixed the issue!