Google reCaptcha

Hi! Is there a way to hide the Google reCaptcha message on a page / form.

Can you say a little more about what you are hoping to accomplish by hiding it? Are you trying to disable it for this page, or just trying to make it look inconspicuous?

Hi David. Yes on the page where the form is. It’s in a wrapper. We talked about that before and You were at great help.

Sorry, just want to make sure I know what you’re looking for. Do you want to turn off the reCaptcha, or do you want to have it on but not show the icon to the user?

Hi! On, but not show the icon.

I was able to accomplish this with the following custom code:

<style>
 .grecaptcha-badge { visibility: hidden; }
</style>

You can put that in your site settings custom code in the Code inside header section, or in the same place on an individual page, depending on whether you want it to apply to all reCaptcha icons or just one.

@dcoletta thanks perhaps you can share this in custom code section for other too :slight_smile:

Works beautifull. Thank You very much again David.

1 Like