Adding "All Rights Reserved." With A Link To The Footer - Refresh Theme

Solved

Adding "All Rights Reserved." With A Link To The Footer - Refresh Theme

KittenKaper
Visitor
2 0 1

Hello, I am trying to add right after my company name with the "All rights reserved" policy link in the footer of my Refresh Theme. Thanks!

 

Screenshot 2023-01-04 12.04.47 AM.png

 

My Website: kittenkaper.com

Accepted Solution (1)

Litos
Globetrotter
688 169 150

This is an accepted solution.

Hi @KittenKaper,

Please go to Actions > Edit code > Sections > footer.liquid file, find 'powered_by_link' and add code here:

Screenshot.png

Code:

<a target="_blank" rel="nofollow" href="policy link">All rights reserved</a>

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.

View solution in original post

Replies 2 (2)

Litos
Globetrotter
688 169 150

This is an accepted solution.

Hi @KittenKaper,

Please go to Actions > Edit code > Sections > footer.liquid file, find 'powered_by_link' and add code here:

Screenshot.png

Code:

<a target="_blank" rel="nofollow" href="policy link">All rights reserved</a>

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
KittenKaper
Visitor
2 0 1

Thx it works!