Hi,
I want to change the “by Shopify” to “by my site name”
What can I do? Thank you so much, my theme is dawn
Hi,
I want to change the “by Shopify” to “by my site name”
What can I do? Thank you so much, my theme is dawn
在Edit code中找到footer.liquid文件,搜索{{ powered_by_link }}
把{{ powered_by_link }}改成
[由 Lfbokco 提供支持](https://lfbokco.myshopify.com)
注意替换文字和你的链接
Hi @Ajing ,
You can change it from the theme language:
From your Shopify admin, go to Online Store > Themes.
Find the theme that you want to edit, and then click Actions > Edit languages.
In the Search translations box, enter “Powered by”
Edit the Powered by text under Checkout & system > Links
I hope my answer helps.
Hi @Ajing
The instructions below might be what you’re looking for:
Hope this helps.
Work! Thank you so much.
Hi, one more question, how to change the link? Although I changed the word to my site, the link still is Shopify, or how can I remove it?
Through the method I replied above, you can modify or delete the link
Hi @Ajing ,
You can edit the Powered by link from the code:
Go to Online Store > Themes.
Find the theme you want to edit, click Actions > Edit code
Navigate to Sections > footer.liquid
Add this code
<a href="some-link">some text</a>
Here’s an example of what I did in my store.
I hope it helps.
You’re welcome
Hi there, @Ajing .
@AvadaCommerce above is exactly correct, you can access the code needed to edit this message by doing the following:
This should do the trick! Where are you at the moment with your store set up? How do you feel things are going at the minute? Is there anything you’d like to improve or change?