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?
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024