• Resolved martylukay

    (@martylukay)


    Hello, I’ve just installed the HappyForms pluggin but when I create a new form, a checkmark appears on top of the form and there’s no way to edit that checkmark field or remove it. I don’t want it to show.

    I’ve installed the plugin on another website I have, and everything works perfect, so it is only happening on this website.

    I’ve checked every option it has but I can’t find the way to remove it

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there!

    It seems a rule from your theme style is overriding HappyForms’ styles, showing a field that should be hidden. Try popping the below snippet in your AppearanceCustomizeAdditional CSS screen:

    .happyforms-flex > label > input[type="checkbox"] {
        display: none !important;
    }

    That should hopefully do the trick. ??

    Thread Starter martylukay

    (@martylukay)

    It works! Thank you so much and also thanks for the quick response!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkmark on top’ is closed to new replies.