Hi there,
I use Ninjaforms on my Website. Unfortunately there are always two checkboxes (little line, left of checkbox).
First I set via css the size for checkboxes to zero, but then checkboxes on other pages disappear (because of size set to zero). For me it seems to be a problem between Enfold-Checkboxes and Ninjaform-Checkboxes.
Can you give me a hint?
Thanks
Frank
Hey frankoforte,
Add this to quick css:
input[type='checkbox'].ninja-forms-field.nf-element {
display:none!important;
}
Best regards,
Jordan Shannon
Hey Jordan,
works perfect!
Thanks a lot
Frank
Hi,
No problem, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon