• Resolved charlesoneka

    (@charlesoneka)


    Hi,

    A strange little white box is appearing under my reCAPTCHA.

    I’ve readed past responses for this same problem, but I wanted to know if there was a way to solve this problem without coding.

    If not, I’d like to know if you could point me directly where I would need to modify a piece of code.

    You might need to refresh a few time to see the white box

    I am using CF7 for forms.
    I’m using the integration of CF7 to implement the reCAPTCHA
    I also have a Honeypot plugin installed, but I’ve disabled it and the box still appears.
    My theme is a custom theme, I’m wondering if this could have any effect on the reCAPTCHA.

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author IQComputing

    (@iqcomputing)

    Hello @charlesoneka

    It looks like the theme is overriding some of the plugin-specific CSS. There’s a g-recaptcha-response textarea that’s usually hidden for screen readers and ADA purposes. Try adding the following CSS under Admin > Appearance > Customizer > Additional CSS panel:

    #g-recaptcha-response {
        min-height: 0 !important;
        padding: 0 !important;
        border: 0;
    }

    Hopefully, that solution works for you. If you have any questions or run into any issues, please reply to this thread, and we can assist further. Have a wonderful weekend!

    Thread Starter charlesoneka

    (@charlesoneka)

    Thank you! This has resolved my problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange white box under reCAPTCHA’ is closed to new replies.