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.
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.