Can anyone tell me how to put “All Rights Reserved” in the footer .
The theme that I am using is “Booster Theme” and the URL is “zizerstore.com”
I tried this but it is not working.
Sometime ago i deleted its particular code to remove “Powered by Shopify”. Can you provide the necessary code which might help .
URL: zizerstore.com
Please add the following code to your sections/footer.liquid file
© {{ "now" | date: "%Y" }}
{% if section.settings.shop_name != blank %}
{{ section.settings.shop_name }}
{% else %}
{{ shop.name | link_to: '/' }}
{% endif %}
{% if section.settings.display_shopify_by %}
{% endif %}


