Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
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
Solved! Go to the solution
This is an accepted solution.
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:
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.
yes you have easy to mange reCAPTCHA
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?
I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:
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.
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?
This is an accepted solution.
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:
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.