How can I remove the shadow around my form?

  • andreaesiria
    Asked on October 29, 2015 at 7:34 AM

    I put the form on this page and it looks quite well but how can I remove the shadow around? On the sides it's aready cut off by my module but on the bottom you can still see a line of shadow created by the form. Is it possible to remove it?

    Thank you.

  • Chriistian Jotform Support
    Replied on October 29, 2015 at 11:18 AM

    Hi,

     

    I checked your form and I noticed that you have already remove the border in your form.

    How can I remove the shadow around my form? Image 1 Screenshot 20

    If you have any other question or concern, please feel free to contact us again.
    Regards.

  • Chriistian Jotform Support
    Replied on October 29, 2015 at 11:23 AM

    Hi,

     

    I checked again your form and I can see now the border. It seems that on first testing the form was not loaded properly.

    How can I remove the shadow around my form? Image 1 Screenshot 20

     

    You can remove the border in your form by adding/injecting this custom CSS code.

    .form-all {

        border: none !important;

        box-shadow: none !important;

    }

     

    To inject custom CSS code in your form, you can check this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.