Hello, I had an issue with the ReCaptcha badge not showing I was provided with the following code since you indicated that there was a conflict.
body .grecaptcha-badge {
visibility: visible !important;
z-index: 9999999999;
}
I have set ReCaptcha to show for guess users only and not for logged in users however I notice the badge is showing up for both logged in and non logged in users. The badge is also showing on all pages including the home page is that correct?