Form background transparent?

  • alyatech
    Asked on June 2, 2015 at 1:24 PM

    Form Background transparent! Please help!!! Hello, i need help please.

  • Charlie
    Replied on June 2, 2015 at 2:39 PM

    Hi,

    Could you please provide us more details of the problem. Would you like the form be have its background to be totally transparent or would you like it to be in solid color?

    If you wish to make it totally transparent, you can add this custom CSS code in your Form Designer Tool->CSS tab:

    .supernova, .form-all {

        background-color: transparent !important;

        border: none !important;

        box-shadow: none !important;

    }

    Form background transparent? Image 1 Screenshot 20

     

    Do let us know if this works for you.

    Thank you.