We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How do I make the reCaptcha tag invisible?

Solved

How do I make the reCaptcha tag invisible?

harukajmickey
Shopify Partner
119 0 9

Hi all,

 

How can I make the reCaptcha tag invisible?

I have this tag next to the button and it is a kind of obstacle to click on the button.

 

Can anyone help me out?

Thank you in advance!

 

https://hobot-jp.myshopify.com/pages/388-new

 

 

 

 

 

https://hobot-jp.myshopify.com/pages/388-new

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

@harukajmickey 

Okay, you can try with this code to hide captcha logo

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag </body>

 

<style>

.grecaptcha-badge {

      display: none !important;

}

</style>

 

Please refer to this screenshot:

RichardNguyen_0-1668397938100.png

 

Hope you find my answer helpful!

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 6 (6)

KetanKumar
Shopify Partner
37635 3670 12168

@harukajmickey 

yes you have easy to mange reCAPTCHA

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
harukajmickey
Shopify Partner
119 0 9

@KetanKumar 

Thank you. I don't want to unable the function and just want to make the logo invisible. Do you know how to do it?

PageFly-Richard
Shopify Partner
5011 1120 1806

Hi @harukajmickey 

I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:

Steps:

  • From your Shopify admin, click Settings > Apps and sales channels.
  • From the Apps and sales channels page, click Online store.
  • Click Open sales channel.
  • Click Preferences.
  • In the Spam protection section, you can check to enable or uncheck to disable Google reCAPTCHA for that location

Hope you find my answer helpful!

Regards,

Richard-pagefly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

harukajmickey
Shopify Partner
119 0 9

@PageFly-Richard 

 

Thank you. I don't want to unable the function and just want to make the logo invisible. Do you know how to do it?

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

@harukajmickey 

Okay, you can try with this code to hide captcha logo

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag </body>

 

<style>

.grecaptcha-badge {

      display: none !important;

}

</style>

 

Please refer to this screenshot:

RichardNguyen_0-1668397938100.png

 

Hope you find my answer helpful!

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

harukajmickey
Shopify Partner
119 0 9

@PageFly-Richard 

 

Thank you! It worked!