How can I modify footer copyright info on my website?

How can I modify footer copyright info on my website?

A2L1
Tourist
5 0 2

Hi, I'm trying to change my copyright in the footer for my website however I am unable to change it, is there a code I am able to use to change it? please see the attached image for better understanding. 

Screenshot 2023-11-14 at 19.31.10.png

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @A2L1 

 

Are you talking about the "All right reserved" part? If so, please follow the instructions below

 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "..." and then "Edit default theme content".
  • In the search bar, find the "Powered by Shopify", you then change the text

 

If you are talking about the whole "@2023...", you need to the edit the code depending on your theme

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
A2L1
Tourist
5 0 2

Hi @Made4uo-Ribe , how would I be able to do the code? Thank you!

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @A2L1 

If you have Shopify 2.0 Free themes, you can follow the instructions below

 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Section" folder, click on "footer.liquid" file, then find the "copyright__content"
  • You can replace the code shown below

 

        <small class="copyright__content"
          >&copy; {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}}
        </small>
        <small class="copyright__content">{{ powered_by_link }}</small>

 

  • Refer to image below for placement

Made4uoRibe_0-1699992512789.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
A2L1
Tourist
5 0 2

Hi, @Made4uo-Ribe, thank you for this, what code do I replace this with? Am I able to replace this with what I want to show on the website? 

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Oh. Sorry I didn't get what you want to do? Depending on what you want to show, you need to have it html format if you are replacing it to something other than a text

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Digeo
New Member
12 0 0

You can find an example is this thread.