How can I add 'All Rights Reserved' to my website footer?

Hi everyone! My footer currently has the copyright symbol with 2023 and my business name. I want to add a period after my business name then add “All Rights Reserved” next to the business name. Ya know, to make it look professional and all. How do I go about doing that? I read a few articles but it just kinda left me confused lol. Appreciate any help you can provide. My website is www.PennsylvaniaParks.org. Thanks :slightly_smiling_face:

(a)From your Shopify admin, go to Online Store > Themes.
(b)Find the theme you want to edit, and then click Edit Language >
(c)In the Sections directory, click to open your footer.liquid file.
(d)Then you see,

I got the All Rights Reserved added :slightly_smiling_face: Thank You! One quick question. How do I add a period after my business name? I want it to read

©2023 Pennsylvania Parks Fund. All Rights Reserved.

Thanks in advance!

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme you want to edit, and then click Actions > Edit code.
  3. In the Sections directory, click to open your footer. liquid file.
  4. Find the following code in the file:
© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}} {{ powered_by_link }}

Replace it with:


<medium class=“copyright__content”

© {{ ‘now’ | date: ‘%Y’ }}, {{ shop.name | link_to: routes.root_url -}}.
All Rights Reserved.

Screenshot 2023-08-17 095556.png

i have the same kind of question , but i want to put a menu in my footer with the privacy policy - how do i do that?

Hi! Can someone help me too? I edited few months ago, was totally fine, but something changes in 2025 and I notice my name in the footer isnt right anymore. I attach a pic with the code. The theme I use is Trade. Thank you!!