Make the element transparent

  • darthschrader
    Asked on October 21, 2015 at 11:12 AM

    Hello,

    I can't seem to figure out how to make this form transparent. It was a template I found, and I've changed all the settings in the design builder, but it won't go transparent. It always has a white box around the fields. Please help!!!

    Form is https://form.jotform.com/52934052824152

  • Jan
    Replied on October 21, 2015 at 12:27 PM

    I checked your webpage and I believe this is the white box you are referring to, right?

    Make the element transparent Image 1 Screenshot 20

    Please use this custom CSS code in order to make the element transparent.

    .form-section {

    background: transparent !important;

    }

    Here's a guide on how to inject custom CSS. Hope this works. Let us know if it did not work. Thank you.

  • darthschrader
    Replied on October 21, 2015 at 4:58 PM

    Thank you!