How to remove the shadow around fields.
-
307chiropracticAsked on March 04, 2016 at 04:27 PM
none of this code removes the shadow on the form??
http://69.16.221.200/~chiropractic/?page_id=35
Why in the world would jotform assume that we all want to have a shadow around our forms as a default? That is just weird. And then there is no easy way to get rid of it? please guys.
-
DavidAnswered on March 04, 2016 at 04:35 PMJotform Support
Inject the following CSS code into your form: 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;
}
Let us know if you need more help.
-
DavidAnswered on March 04, 2016 at 06:12 PMJotform Support
@PeterCharleston, your concern will be address on the following thread: http://www.jotform.com/answers/787781
-
infookdesignbyAnswered on May 16, 2016 at 03:18 PM
@media screen and (min-width: 480px) {
.supernova .form-all {
border: 1px solid rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
}
Just replace with zeros
-
ChriistianAnswered on August 25, 2016 at 09:54 AM
Hi shezza28,
I have moved your concern to a separate thread so we can address it properly. We will respond to you there.
-
infookdesignbyAnswered on August 25, 2016 at 09:59 AM
Select your form and go to Edit Form > Design > INJECT CSS > Inject Custom CSS. Paste text:
@media screen and (min-width: 480px){
.supernova .form-all {
border : 1px solid rgba(0, 0, 0, 0);
-webkit-box-shadow : 0 0px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow : 0 0px 0px rgba(0, 0, 0, 0.1);
box-shadow : 0 0px 0px rgba(0, 0, 0, 0.1);
}
-
DavidAnswered on January 11, 2017 at 12:14 PMJotform Support
@sadorno, I have moved your request to a separate thread, here: https://www.jotform.com/answers/1031829