• Hello,
    I added the recaptcha v3 in my contact form and i appeared in all pages of the site the recaptcha badge, is possible to hide it without using the css?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you try to hide it with CSS or something else you could get penalized by Google. This is just plain bad.

    .grecaptcha-badge {
    display: none;
    }

    in your CSS, works for me

    also google needs to be penalized.. their V3 recapcha is broken, releasing a app without the proper beta testing…

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