We have successfully hidden the Google reCaptcha badge on our website using CSS:
<style>
.grecaptcha-badge {
visibility: hidden;
}
</style>
As a result, there is now an empty space where the reCaptcha badge used to be displayed on different pages. We are looking for a simple way to adjust the code above to hide the recaptcha badge while showing the legal text in that vacant area:
<small>This site is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a>
<a href="https://policies.google.com/terms">Terms of Service</a> apply.
</small>