Make recaptcha icon disaster from corner of site


You can check site here kiyany.com/keynote

Is there any way to make icon disappear on right bottom corner?
Thanks.

Can’t you just hide it in blocs? Should be working anyway or what am I missing? :thinking:

I had the same issue yesterday, I wanted a re-capruere where you have to click on, but its visible all the time on the screen. I hoped it would only com up, if you’d fill out the form.

Bildschirmfoto 2021-02-22 um 08.03.13

Basically, you place Recaptcha brick inside form. and you do place setting inside page setting.
However on preview or live page you can see this icon on website. so not sure how to hide it.

Under normal circumstances you’d select the bric and uncheck the screen sizes (visibility settings) in the right column.
BUT, I’ve never used the recapture bric and this may hide what it’s meant to do - be there for people to fill in! Worth a try.
Sorry I can’t be more help.

Based on the google docs. Try adding this to your project header

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