nenes25/eicaptcha

Move or hide Google reCAPTCHA badge

Closed this issue · 3 comments

Is it possible to show the badge on the left side of the website? We already use a messaging service that has a badge on the right side. See attachement.
recaptcha

Or is it possible to hide the badge and reference to Google reCAPTCHA in the form that is displayed?

Hello,

You can make this modification using css with something like this :
.grecaptcha-badge { display:none }
This code can be added in your theme global css or you can override the module css into your theme.
As I'm not sure it's legal to do this, this code won't be included in the module code.

Regards,

It is allowed if you add this to the page where you use reCAPTCHA v3.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

What if I want to display the badge on the left?

OK great, in order to do so you can follow this tutorial : https://divimundo.com/en/blog/how-to-move-the-recaptcha-v3-badge-to-the-left/ (as recaptcha is platform agnostic )

Regards,