Hi,
Google ReCAPTCHA badge Keep showing
– Even if set invisible with Google
– even with css code
.rc-anchor-normal-footer {
display: none !important;
}
.grecaptcha-badge {
display: none !important;
}
@media only screen and (max-width:479px){
.rc-anchor-normal-footer {
display: none !important;
}
@media only screen and (max-width:479px){
.grecaptcha-badge {
display: none !important;
}
Any help would be welcomed as I do not want to see this on https://tabiji.fr
Thank you.
Koomo
Hey koomo,
You can’t hide it with CSS since it’s an iframe. Did you try using version 3 instead under Enfold->Google services?
Best regards,
Rikard
Hi,
Thanks for prompt reply.
Yes we did, even changed the 2 keys for V2 and 3.
What’s weird is that it only appears on some pages
Not here https://tabiji.fr/destinations-regions/ or top page
But here https://tabiji.fr/services-prestations/ or https://tabiji.fr/contact/
It came up with last update
Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard.
Thank you very much for your time.
Credentials in private.
Regards,
K
Hi,
Thank you for the info.
We added the following css code to hide the recaptcha badge and temporarily disabled the Enfold > Performance > File Compression settings to make sure that the changes take effect. Please make sure to purge the cache on your end before checking the page.
#top .grecaptcha-badge {
opacity: 0 !important;
}
Best regards,
Ismael
Hi Ismael.
Working great. Thank you very much.
Best
K