Re: How to edit footer "powered by" -link?

Solved

How to edit footer "powered by" -link?

OIMA
Tourist
15 0 1

How do I edit footer "powered by" -link?

 

Basiclly "oimamedia" here should be a link

example03.png

Accepted Solution (1)
GTLOfficial
Shopify Partner
769 160 169

This is an accepted solution.

Hello @OIMA 
you can not change powered by link its default link but you can rewrite it

 

Go to your store---------> Edit code-------------> go to footer. liquid file and find this code in line number 302

<small class="copyright__content">{{ powered_by_link }}</small>

 Replace the code with this code

<small class="copyright__content">Title by <a href="#">oimamedia</a></small>

change the text and title and in "#" tag, you can copy your custom URL and paste it there

Please let me know

Thanks 
Ritesh

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

GTLOfficial
Shopify Partner
769 160 169

@OIMAPlease provide me your website link.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
OIMA
Tourist
15 0 1

https://f3aa00-b9.myshopify.com/

Password: Salasanaa20022!

GTLOfficial
Shopify Partner
769 160 169

This is an accepted solution.

Hello @OIMA 
you can not change powered by link its default link but you can rewrite it

 

Go to your store---------> Edit code-------------> go to footer. liquid file and find this code in line number 302

<small class="copyright__content">{{ powered_by_link }}</small>

 Replace the code with this code

<small class="copyright__content">Title by <a href="#">oimamedia</a></small>

change the text and title and in "#" tag, you can copy your custom URL and paste it there

Please let me know

Thanks 
Ritesh

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh