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?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024