Categories

Featured templates

Shopify. How to manage footer copyright

Judy Waters April 3, 2015
Rating: 4.5/5. From 2 votes.
Please wait...

This tutorial shows you how to edit footer copyright text in Shopify.

Shopify. How to manage footer copyright

In order to edit the copyright text in Shopify, you have to perform a few steps.

First, use the Inspector to find the class for footer. Usually, it looks as follows:

<div class="copyright">

Now navigate to the site admin panel, open Themes > Customize Theme > Edit HTML/CSS > Layouts > theme.liquid file. Search for the class="copyright" in there.

The line will look as follows:

&copy; {{  "now" | date: "%Y" }} {{shop.name}}. All Rights reserved. {% if  settings.show_copyright %}Design by <a  href="//templatemonster.com">TemplateMonster.com</a>.{%  endif %} {{ }}<!--  Design by templatemonster.com -->

Shopify_How_to_manage_footer_copyright_1

  1. &copy; – shows the copyright symbol;

  2. {{ "now" | date: "%Y"}} – is used to display the current date;

  3. {{ powered_by_link}} – displays the ‘Powered by Shopify’ text;

You can edit the elements to display your own custom text. Save changes once you are done editing and check the site. You should see the updated text in the footer now.

Feel free to check the detailed video tutorial below:

Shopify. How to manage footer copyright

Shopify Website Templates
This entry was posted in Shopify Tutorials and tagged copyright, footer, Shopify. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket