-
PeterCharlestonAsked on March 4, 2016 at 6:11 PM
-
David JotForm Support ManagerReplied 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:
No shadow: https://form.jotform.com/60637024878967
What happens is that the difference is so minimal that it is not noticeable.
-
kjellrubenReplied on June 23, 2016 at 11:32 AM
-
Elton Support Team LeadReplied 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.
-
RogierReplied 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_moremunchReplied on August 9, 2016 at 9:18 AM
Thanks Rogier, that worked for me too. None of the other codes worked.
-
Mike_G JotForm SupportReplied on August 9, 2016 at 10:54 AM
You may also use this code:
.form-all{
box-shadow: none !important;
}