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

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

Justin34
Trailblazer
345 0 91

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 🙂

ALL I THINK ABOUT IS OUR PARKS 🙂
Replies 4 (4)

dreamtechzone_5
Shopify Partner
333 1 46

(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,

 

Screenshot 2023-08-16 225247.png

Justin34
Trailblazer
345 0 91

I got the All Rights Reserved added 🙂 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!

ALL I THINK ABOUT IS OUR PARKS 🙂
dreamtechzone_5
Shopify Partner
333 1 46

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:


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


Replace it with:

 

 <b><div class="footer__copyright caption">
<medium class="copyright__content"
>&copy; {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}}. </medium>
<medium class="footer__copyright-content">All Rights Reserved. </medium>
</b>

 

Screenshot 2023-08-17 100617.png

 

Screenshot 2023-08-17 105113.png

 

Screenshot 2023-08-17 095556.png

toyboxmami
Visitor
1 0 0

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?