The correct way to hide the Badge is to use opacity. Using things like display: none and visibility: hidden breaks reCAPTCHA.
.grecaptcha-badge { opacity:0 }
The correct way to hide the Badge is to use opacity. Using things like display: none and visibility: hidden breaks reCAPTCHA.
.grecaptcha-badge { opacity:0 }