Skip to main content

Remove reCAPTCHA from bottom right of website

Comments

3 comments

  • Alex

    Hi,

    can you send the link to your website so we can check that?

     
    0
  • Bradley Allen

    For anyone else looking, you can try using CSS to remove the reCAPTCHA v3 Badge:

    .grecaptcha-badge {
    visibility: hidden;
    }

    2
  • Erika Ruiz

    Thank you Bradley!! 

    0

Please sign in to leave a comment.