Remove reCAPTCHA from bottom right of website
Is it possible to remove the reCAPTCHA popup from the bottom right corner of the website? I'm using the brizy reCAPTCHA plugin with the form to do this.
0
-
Hi,
can you send the link to your website so we can check that?
0 -
For anyone else looking, you can try using CSS to remove the reCAPTCHA v3 Badge:
.grecaptcha-badge {
visibility: hidden;
}2 -
Thank you Bradley!!
0
Please sign in to leave a comment.
Comments
3 comments