Hello.
No matter what I don’t get the badge to hide.
I am using your themes support for V2 + V3 recaptcha.
I have tried:
.grecaptcha-badge {
visibility: hidden !important;
opacity: 0 !important;
}
I tried the theme styling and I even tried it in an own plugin, but it just won’t hide.
Hey tekniskakari,
Why do you want to remove it?
Best regards,
Basilis
The customers does not want it visible, and I read it is okey to do for Google if you include their text.
Hi tekniskakari,
The code
.grecaptcha-badge {
display: none !important;
}
Should work.
https://wordpress.org/support/topic/how-do-i-hide-recaptcha-v3-badge/
Best regards,
Victoria