Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1137531

    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

    #1137668

    Hey frankoforte,

    Add this to quick css:

    input[type='checkbox'].ninja-forms-field.nf-element { 
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1137712

    Hey Jordan,
    works perfect!
    Thanks a lot
    Frank

    #1137717

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Checkbox double’ is closed to new replies.