How do I make the entire background transparent?

  • Puliz
    Asked on October 4, 2017 at 7:25 PM

    One more question?  How do I make the entire background transparent?

  • Mike
    Replied on October 4, 2017 at 7:38 PM

    Here is a quick demo showing how to set a transparent background:

    How do I make the entire background transparent? Image 1 Screenshot 30

    Border around the form can be removed by adidng the next CSS to the form:

    .form-all {
    border: none !important;
    box-shadow: none !important;
    }

    How do I make the entire background transparent? Image 2 Screenshot 41

    Thank you.

  • Puliz
    Replied on October 4, 2017 at 10:16 PM

    Got it!  Thank you!!

  • Puliz
    Replied on October 4, 2017 at 10:43 PM
    I don’t see a demo? Just a picture?
    ...
  • Nik_C
    Replied on October 5, 2017 at 3:12 AM

    Here is a form where I applied the changes my colleague suggested: https://form.jotform.com/72771346051959

    Please check and let us know if you need any further assistance.

    Thank you!