Shopify themes, liquid, logos, and UX
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 🙂
(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 🙂 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:
<div class="footer__copyright caption">
<small class="copyright__content"
>© {{ '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"
>© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}}. </medium>
<medium class="footer__copyright-content">All Rights Reserved. </medium>
</b>
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?
User | RANK |
---|---|
225 | |
168 | |
65 | |
54 | |
53 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023