How can I make my form background transparent?

  • POLMX
    Asked on March 6, 2017 at 12:46 AM

    Can't make the form's background transparent. Forms renders in white background

  • Ian
    Replied on March 6, 2017 at 2:56 AM

    Please let us know which form you are referring to, so we can offer assistance.

  • POLMX
    Replied on March 6, 2017 at 2:04 PM

    I only have one form... "SIGO Consultores"

  • Welvin Support Team Lead
    Replied on March 6, 2017 at 3:08 PM

    I did it for you by injecting the following custom CSS codes in the form:

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

        background-color: transparent !important;

       box-shadow: none !important;

    }

    You can check the custom CSS codes by following the steps here: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.

  • POLMX
    Replied on March 6, 2017 at 6:27 PM

    Thank you very much for the help!!

    Exactly what I needed =)