How to remove the border outline around the radio button?

  • biplecom
    Asked on December 6, 2017 at 1:00 AM
  • Ashwin JotForm Support
    Replied on December 6, 2017 at 2:37 AM

    It seems you are trying to remove the box shadow around the radio button. Is that correct? 

    Please inject the following custom css code in form to remove the back shadow:

    .form-line-error input:not(#coupon-input), .form-line-error .form-validation-error

    {

        box-shadow: none !important;

    }

    The following guide should help you how to inject custom css code in form:   https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.