How can I modify the 'this site is protected...' text on my site?

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?

https://trimagix.com/pages/copy-of-%D7%A6%D7%95%D7%A8-%D7%90%D7%99%D7%AA%D7%A0%D7%95-%D7%A7%D7%A9%D7%A8

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! :grinning_face: