How can I hide rc-anchor-alert recaptcha

Hi,

How can i hide this Recaptcha? I cant seem to target it.

sorry, i posted this in peer-to-peer, and I dont know how to delete that post. :frowning:

Hello Andrew,

Thanks for writing in!

Can you please share website URL? I tried looking at the licence manager but there are multiple licences and couple of websites are having coming soon page active. Please share the website URL and login details (in case website is having coming soon page) and we will assist you accordingly.

Thanks.

sure…sending in a secure note

Hello Andrew,

Thanks for updating the thread. :slight_smile:

Please add following CSS under Pro > Theme Options > CSS:

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

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you!

You’re welcome! :slight_smile:

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