reCaptcha at the bottom of the screen

Hello!!

I just updated the reCaptcha form to v3 and now it’s showing up at the bottom of the screen like this:

I would like to make this invisible, or at least much smaller than it currently appears (it takes up way too much room on the phone version).

Thank you so much for your help!
-Nadia

Hi Nadia,

Thanks for writing in!

This is something related to a third party resource. We don’t offer support to a third party plugin which is out of our theme support scope due to the fact that there is no accountability of issue.
We would recommend you to please contact the ReCaptcha plugin developer for a possible solution.

Thanks

Ok thanks anyway :slight_smile:

You are most welcome. :slight_smile:

Hi @jsowers897,

I can see you have withdrawn your message. Please let us know if you need help with any issue regarding the theme.

Thanks

Hello, in the terms of use from google it says that you can hide it. but have to inform the user about terms of use and so on.

Therefore I hid it on all pages:

Pro --> Theme Options --> global CSS:

.grecaptcha-badge {
display: none;
}

To display it on the page you want:

Pro --> Content --> your contact page --> content CSS

.grecaptcha-badge {
display: block !important;
}

Hi There @SirNomad49

Thank you for your contribution.

However please note that, changing/removing or hiding the privacy policy and terms is against the terms set by Google and agreed by you when you generated the API Key.

Thanks!

also if the Site in Europe its a Conflict with the GDPR Laws. If you use Recaptcha then the privacy policy from Recapchta must be linked for the Consumers of the Site…

Thanks for providing more details, @The-E-Blog.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.