I have Google reCAPTCHA v3’s badge hidden the way Google recommends via
.grecaptcha-badge { visibility: hidden; }
but it is still visible on the homepage only. This was not true a week prior so I’m not sure what happened. The code worked just fine.
When I view the webpage and add the rule via web console, it hides properly. It appears the Global CSS rule I added in Global CSS isnt even being applied to the site. I don’t see the rule anywhere in the source code.