Categories
Uncategorized

Remove Invisible reCAPTCHA logo

reCAPTCHA Invisible
To remove the Invisible reCAPTCHA logo, you can use the following CSS in your code.

.grecaptcha-badge {
  display: none;
}

Note
According to reCAPTCHA terms you are required to display their logo.