Dawn>footer: How can I change the Powered by Shopify URL to a different URL?

Solved

Dawn>footer: How can I change the Powered by Shopify URL to a different URL?

killerpresets
Excursionist
27 0 3

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!

 

Two wrongs don't make a right, but three rights make a left.
Accepted Solutions (2)

harivishwakarma
Shopify Partner
322 46 55

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>

 

Screenshot (21).png

 

 

banned

View solution in original post

GemPages
Shopify Partner
5625 1261 1243

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

GemPages_0-1677651527072.png


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>

 

GemPages_1-1677651622204.png

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 5 (5)

harivishwakarma
Shopify Partner
322 46 55

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>

 

Screenshot (21).png

 

 

banned
killerpresets
Excursionist
27 0 3

Yes! Thank you for the help!

You should make a YouTube video for this. So many outdated solutions on there!

Two wrongs don't make a right, but three rights make a left.
GemPages
Shopify Partner
5625 1261 1243

I am so glad that my suggestioncan help.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

GemPages
Shopify Partner
5625 1261 1243

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

GemPages_0-1677651527072.png


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>

 

GemPages_1-1677651622204.png

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

prathuziggletec
Shopify Partner
1 0 0

You can solve it by giving CSS property
pointer-events : none;