i need to change (or remove) whats written here and can’t do it through edit deafult theme content. thanks in advance
Hi @trimagix Could you send that page link to check?
Hi @trimagix
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Hello @trimagix ,
Here’s a general guide for you:
Go to Online Store → Themes → Actions → Edit code
Search for the code that generates the reCAPTCHA disclaimer, maybe in the contact-form in your case.
In the file, you can comment out code like this:
{%- comment -%}
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply
{%- endcomment -%}
Save and preview
Hope this can help.
Transcy
Thank you! ![]()

