ReCaptcha z-index

Hi,

On this site - http://www.greeneve.eu - I have ReCaptcha v3 installed. However, the recaptcha button in the lower right of the screen is somehow underneath the rest of the site in regards to z-index. I’m trying to fix it but I can’t get to it in order to copy its class and css. Could you help me out?

Hi @yingfuli,

Thanks for reaching out.

I don’t see any CSS related to z-index, but please add this to Theme Options > CSS

.grecaptcha-badge {
     z-index: 99999999999999999;   
}

Then make sure to clear the cache, in case it’s the reason the z-index isn’t taking effect.

Hope this helps.

That’s what I was looking for but couldn’t select it in Inspector. Thanks!

You’re most welcome!

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