Hello all,
I recently noticed we had a reCAPTCHA icon on our website, which persisted all the time. Very ugly considering we only use it for our contact form which, at present, seems to be mainly spam anyway.
However, I managed to remove the icon using the following in my base.css file.
.grecaptcha-badge { visibility: hidden; }
I am now stuck satisfying Google’s requirement that I include the disclaimer on my contact form. Their requirement is to include:
This site is protected by reCAPTCHA and the Google
[Privacy Policy](https://policies.google.com/privacy) and
[Terms of Service](https://policies.google.com/terms) apply.
What I’m struggling with is how to get this to appear nicely and nonobstructive here: https://oliviamichaelcandle.co/pages/contact
Any thoughts or help? I tried inserting custom liquid from the template itself but ugh, that all went wrong.
Many thanks,
