• Resolved allincreat

    (@allincreat)


    Hi there,

    I have a random check box starting to appear on the top of my forms. I found a support thread from a few years ago with the same issue, but the css fix for it doesn’t seem to work on our site. Do you have a solution for this?

    Thanks

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Anonymous User 18525946

    (@anonymized-18525946)

    Hey there, @allincreat ??

    Oh yeah! That checkbox looks like a little style conflict between Elementor and Happyforms. Not to worry, though! It’s an easy enough fix. Just add this code snippet into your theme’s Additional CSS section.

    .happyforms-form input[type=checkbox]:not(.h-cb) + i {
        display: none;
    }

    Let us know if that does the trick!

    Thread Starter allincreat

    (@allincreat)

    Thanks for the quick response. worked perfectly.

    Ignazio Setti

    (@ignaziohappyforms)

    Glad to hear that, @allincreat!

    Let us know if can help in any other way. ??

    Thread Starter allincreat

    (@allincreat)

    Hi there,

    Actually sorry, we just noticed that the css makes all the other checkboxes disappear on that form – is there any way just to isolate that randomly appearing one?

    Anonymous User 18525946

    (@anonymized-18525946)

    Oh gosh! So sorry we didn’t reply sooner, @allincreat. This thread was marked resolved and we don’t check back over resolved threads very often.

    Anyhow, I can totally see the issue you mention. Would you please try this code snippet instead?

    input[name="5634single_line_text_-1"] + i {
      display: none !important;
    }

    It’s really tricky to target this rouge checkbox because Elementor doesn’t give it any unique selector. I recommend also reaching out to Elementor and seeing if might improve this in the future.

    I hope this helps ??

    Anonymous User 18525946

    (@anonymized-18525946)

    I’m going to close this topic. If you still need a hand, please just let us know in a new topic! Thanks a bunch.

    Thread Starter allincreat

    (@allincreat)

    Hi there,

    Sorry for the late reply – just tried and yes that fixed it. Will use this fix for now. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Random checkbox appearing top left of forms’ is closed to new replies.