• Hi,

    I have integrated the Recaptcha v3 to contact form 7. Recaptcha badge appears on all pages. I know this is google features. My question is, if the Recaptcha badge is appearing on all pages, then on the post’s comment form will this work or need to install separately on comments forms or any other forms.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @javied,

    If you want to hide the reCAPTCHA logo (I do it on my personal site), you can add this CSS rule to your Dashboard > Appearance > Customize > Additional CSS, don’t forget to click on Publish button:

    /* Hide reCAPTCHA badge */
    .grecaptcha-badge { visibility: hidden; }

    You can read reCAPTCHA (v3) and FAQ about reCAPTCHA v3 in order to learn more.

    Best regards,
    Yordan.

    Thread Starter javied

    (@javied)

    Thanks,

    My Question was something else.

    Will this reCAPTCHA will work on all other forms other than contact form 7 form.

    Best Regards
    Javed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recaptcha v3 badge’ is closed to new replies.