Remove Box Shadow by Default

  • Churchie
    Asked on October 28, 2015 at 3:43 AM
    This is not ideal - JotForm please remove the shadow as the default. 
  • mert JotForm UI Developer
    Replied on October 28, 2015 at 4:56 AM

    Hi,

    Unfortunately, there is only one option to disable box shadows which works on injecting custom CSS codes right now. However, you are right, we need to make it simple for the users. In the future, this kind of style options could be on user interface.

     

    By the way, you need to use following CSS to disable box shadow on your form by using the injecting CSS method.

     

    .form-textbox,.form-textarea{

    box-shadow: none !important;

    }

     

    For extra information, please let us know.

    Thanks.

  • 307chiropractic
    Replied on March 4, 2016 at 1:50 PM

    even this new code does not remove the damn shadow.  Why would jotform assume we want a shadow around all the forms as a default? That just does not make sense.  Please remove, good grief

  • 307chiropractic
    Replied on March 4, 2016 at 1:53 PM

    FYI, I had to do this to get rid of it: 

     

    .supernova .form-all {

        border: none;

        -webkit-box-shadow: none;

        -moz-box-shadow: none;

        box-shadow: none;

    }

  • BJoanna
    Replied on March 4, 2016 at 4:24 PM

    We are glad to hear that you were able to remove box shadow from your form.

    Feel free to contact us if you have any other questions.