Tagged: ReCAPTCHA
How do I remove the horrible “Powered by reCaptcha” box at the bottom right of my entire site?
Under the “Google Legal Information”, I tried changing it from “Show Default Google Badge” to “Show a default message string only” but nothing appears to changed.
Any ideas?
Hey feltips83,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Here is the site in question. Forgot to mention this only started with the latest theme update.
I’ve managed to fix this myself using the following CSS:
.grecaptcha-badge {
display: none !important;
}