Re: How to Hide reCAPTCHA Badge on Minimal Theme?

Solved

How to Hide reCAPTCHA Badge on Minimal Theme?

Transit_Design
Tourist
23 0 3

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!

Owner. Designer. TransitDesignShop.com
Accepted Solution (1)

PyroProducts
Excursionist
17 2 3

This is an accepted solution.

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.

View solution in original post

Replies 3 (3)

PyroProducts
Excursionist
17 2 3

This is an accepted solution.

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.

Transit_Design
Tourist
23 0 3

Thank you! That worked for me!

Owner. Designer. TransitDesignShop.com

Timo_Krause
Excursionist
28 3 9

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.

Do not wait for success, it is the result of your actions || Warte nicht auf Erfolg, der ist das Ergebnis deines Handelns