How to Remove the Shadow Around the Form

  • kjellruben
    Asked on June 23, 2016 at 12:45 PM
    None of the codes works. Why in the world is this not integrated in the Designer?
  • Elton Support Team Lead
    Replied on June 23, 2016 at 12:50 PM

    Hi,

    May we know what exactly that you want to achieve?

    Do you want to remove the box shadows inside the fields?

    If yes, we suggest to find a theme that has the design you prefer. This would be so much easier for you https://www.jotform.com/theme-store/.

    If you want a specific layout, let us know so we can provide you the CSS codes needed for your form. 

    Thank you!

  • kjellruben
    Replied on June 24, 2016 at 3:52 AM

    .form-all {

        box-shadow : 0px 0px 0px !important;

    }

     

    I got this code to work on removing the drop shadow behind the whole form. 

  • Elton Support Team Lead
    Replied on June 24, 2016 at 4:08 AM

    I see you want the box shadow around the form to be removed.

    Yes that code should be applicable to any forms.

    This works as well,

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

    Regards!