Shopify themes, liquid, logos, and UX
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
Sorry to beat a dead horse, but apparently Shopify makes this intentionally difficult and changes it as all of the solutions I have seen appear to be outdated and don't work.
I figured out how to change the text but the link still points to Shopify's page. How can I change that URL to a different one?
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hello @killerpresets
follow this steps ( see below image )
> Open your footer.liquid theme fileFind powered_by_link
> Replace {{ powered_by_link }} with below code:
> <a target="_blank" rel="nofollow" href="YOUR LINK">Powered by Shopify</a>
This is an accepted solution.
Hello @killerpresets ,
It's the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your footer.liquid theme file
3. Find powered_by_link
4. Replace {{ powered_by_link }} with below code:
<a target="_blank" rel="nofollow" href="YOUR LINK">Powered by Shopify</a>
Let us know how it works for you.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @killerpresets
follow this steps ( see below image )
> Open your footer.liquid theme fileFind powered_by_link
> Replace {{ powered_by_link }} with below code:
> <a target="_blank" rel="nofollow" href="YOUR LINK">Powered by Shopify</a>
Yes! Thank you for the help!
You should make a YouTube video for this. So many outdated solutions on there!
I am so glad that my suggestioncan help.
This is an accepted solution.
Hello @killerpresets ,
It's the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your footer.liquid theme file
3. Find powered_by_link
4. Replace {{ powered_by_link }} with below code:
<a target="_blank" rel="nofollow" href="YOUR LINK">Powered by Shopify</a>
Let us know how it works for you.
Best regards,
GemPages Support Team
You can solve it by giving CSS property
pointer-events : none;