Site logo

Archived topic

reCAPTCHA v3

3 replies · Started by Eddie on July 20, 2021

Viewing posts 1–4 of 4

Hi David,

I integretaed reCAPTCHA v3 using Elementor forms.
the problem I am facing is that the reCAPTCHA icon is being hided by the other elements on the website when scrolling thus looking not so professional.
Is there a way to keep the recaptcha icon always on top?

Hi there,

that is something you should ask Elementor :)

But you can try adding this CSS:

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

Thank you thank you! :) it worked

Glad to hear that!

This archived topic is closed to new replies.