-
picturepoolsAsked on August 12, 2020 at 11:11 AM
Hi,
I am having an issue with the "check" in my checkbox field. You can see on my form how the check mark looks funny....any ideas?
Page URL: https://form.jotform.com/52610769113149 -
Welvin Support Team LeadReplied on August 12, 2020 at 12:32 PM
Inject the following custom CSS codes in the form:
.form-checkbox-item:not(#foo) .form-checkbox:checked + label:after {
box-shadow: none !important;
}
Guide to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.
-
picturepoolsReplied on August 12, 2020 at 2:07 PM
Thank you very much.