Remove watermark

Topic summary

A user seeks help removing a “powered by” watermark from their Shopify store’s contact page.

Proposed Solutions:

  • One respondent provides CSS code to hide the watermark by inserting it into the theme.liquid file above the </head> tag
  • Another suggests switching to Shopify’s native Forms app or upgrading to a paid plan of the current app

Key Concerns Raised:

  • Removing branding from free app plans may violate the app’s Terms of Service
  • Could potentially conflict with Shopify’s partner app terms
  • If a free app provides sufficient value, paying for the plan to remove watermarks is the legitimate approach

Current Status:
The CSS solution was attempted but did not work for the original poster. The discussion remains unresolved with no confirmed working solution.

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.

Can anyone help me remove the powered by please :slightly_smiling_face: ?

https://soorbeet.myshopify.com/pages/contact

yewchu

1 Like

Hi @Daniel19901 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

@Daniel19901 Just use a an app without watermarks or pay for a paid plan.

https://apps.shopify.com/shopify-forms

Disabling such branding on a apps free plan could violate the apps TOS.

Or worse shopify could at some point view it as breaking some part of the shopify partners PPA or terms.

If the apps free plan is providing such value you have to go out of your way to remove their marketing then just pay for paid plan.

Or try shopify’s own made shopify-forms app https://apps.shopify.com/shopify-forms

@BSSCommerce-HDL thank you, but it didn’t work unfortunately