How can I make the form background transparent?

  • vailnick
    Asked on July 7, 2017 at 12:23 PM

    Hello,

    I used your suggested article on How to Make my Form Background Transparent with no luck.  I tried each step.

     

    I want to be able to have the form on my site with an image behind it.  Can you help?

     

    It looks transparent in your builder but when I embed it on my site it always has a white square background.

     

    Thanks in advance.

    Jotform Thread 1193616 Screenshot
  • Support_Management Jotform Support
    Replied on July 7, 2017 at 1:57 PM

    I can't find that form on your website's homepage http://www.integritywa.net/. I found other forms embedded on different pages while I was browsing around but failed to locate the one shown on your screenshot. If you could give us the exact URL on where that form is embedded, we'll be more than happy to have a look.

    Regardless, you may try these CSS codes to set the background frame from white to transparent:

    .form-all {

        background: transparent !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes