Hidding recapcha from my site

Hi. I’m having a bad day by trying to hid the captcha (the thing behind the whastapp logo is the “invisible” captcha on the page: https://www.edinventa.com/compatible-smartphones/):

I’ve tried with CSS and Jquery, but nothing seems to work for me. I’m refreshing the cache (and checking by seeing the WP code that it has been actually refreshed).

I’ve even disabled the plugin Invisible reCaptcha, but it’s still showing (which suggest me that it’s not because of that plugin but another thing).

Any idea?

Please help!

Thanks

Carlos

Hey There,

Adding following CSS should do the trick:

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

All the best!

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