Hi Neil
I’m using now this solution:
* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
display: none !important;
}
/* Shows the reCAPTCHA on the Contact page */
.page-id-17 .grecaptcha-badge {
display: block !important;
}
But I’m not sure if this reCAPTCHA is now working on every page of my website.
You think it is okay?
Greetings from Martin