nenes25 / eicaptcha

Captcha module for prestashop
292 stars 84 forks source link

Move or hide Google reCAPTCHA badge #280

Closed PaccoRobin closed 5 months ago

PaccoRobin commented 5 months ago

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?

nenes25 commented 5 months ago

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,

PaccoRobin commented 5 months ago

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?

nenes25 commented 5 months ago

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,