I am having the same problem, and this code is not working to remove the shadow.

  • PeterCharleston
    Asked on March 4, 2016 at 6:11 PM
    I am having the same problem, and this code is not working to remove the shadow.
  • David JotForm Support Manager
    Replied on March 4, 2016 at 6:24 PM

    What is the form you are referring to? If it is this one: http://www.jotform.co/form/60621037181850 

    I cloned it in my account, and injected this CSS code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input {

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

    }

    And it worked: 

    Shadow:

    I am having the same problem, and this code is not working to remove the shadow Screenshot 30

    No shadow: https://form.jotform.com/60637024878967

    I am having the same problem, and this code is not working to remove the shadow Screenshot 41

    What happens is that the difference is so minimal that it is not noticeable.

  • kjellruben
    Replied on June 23, 2016 at 11:32 AM

    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:46 PM

    @kjellruben

    We will answer your question on a separate thread here https://www.jotform.com/answers/868040.

  • Rogier
    Replied on July 2, 2016 at 9:11 AM

    Using this code in my form css fixed the problem form:

    .form-all {

     

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

     

    }

  • sllano_moremunch
    Replied on August 9, 2016 at 9:18 AM

    Thanks Rogier, that worked for me too. None of the other codes worked. 

  • Mike_G JotForm Support
    Replied on August 9, 2016 at 10:54 AM

    You may also use this code: 

    .form-all{

    box-shadow: none !important;

    }