Hi Patrik,
Thank you very much for your reply.
I have a Contact Form 7 form in the site footer that uses reCAPTCHA V3 and was showing the reCAPTCHA badge in all the pages of the site since the form appears in the footer (except the GD listings pages that do not have the footer in their template).
Then I use this CSS to hide the reCAPTCHA badge everywhere:
.grecaptcha-badge {
display:none !important;
}
And I added a text notice to the form according to Google reCAPTCHA guidelines.
Now I realize that reCAPTCHA V2 and V3 use the same badge and that it would make sense to show the badge in the UsersWP pages. I could add the same text notice, but I would like to ask you if there is some way to hide by CCS the badge everywhere except in the UsersWP pages.
I look forward to your reply.
Thank you very much once again for your help.
Best regards.