Removing the selection boxes borders using CSS in Configurable List widget
- ProcesosNovisAsked on March 06, 2017 at 05:23 PM
- JotForm SupportChriistianAnswered on March 06, 2017 at 08:02 PM
Hi,
Please inject this custom CSS to your form:
textarea {
box-shadow: none !important;
border: 0px solid #fff !important;
}
.stepper-wrap input.stepper {
border: 0px !important;
box-shadow: none !important;
}
select {
box-shadow: none !important;
}
Hope this helps.
Regards