Hi! I am trying to hide the annoying reCAPTCHA badge that has appeared on my Minimal Shopify Theme. I have read that you can insert code into your CSS - But I don’t know where?
.grecaptcha-badge {
visibility: hidden;
}
Note, I do not want to disable the badge, simply hide it. I just need to know exactly where to paste the code.
Any help would be appreciated!
Hello,
I was also looking for it tonight and just found out that if you paste it at the bottom of your base.css that it disables it!
.grecaptcha-badge { visibility: hidden; }
bottom of base.css
Greetings.
Thank you! That worked for me!
Thank you for the solution!
Interesting that you ask @Transit_Design , because also in my store appears since a few days the ReCAPTCHA icon on every page. This was definitely not the case before.