Including the reCAPTCHA branding on my contact form

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,

Can you try setting disabling this option and setting recaptcha only at Contact page and confirm if its still showing on all pages?

Oh no, I’ve managed to remove the icon, but apparently, I’m meant to tell people that we use reCAPTCHA so Google recommends doing it by the contact form button. I don’t know how to get it there.