Motion Support: How do I remove "powered by Shopify" from the footer?

If you do not want "Powered by Shopify" to appear on your site, you can remove it following these steps inside your code editor.

  1. Open the file footer.liquid in your sections folder
  2. Search for this line of code and delete it:
<span class="footer__powered_by">{{ powered_by_link }}</span>

If you don't see that line of code, you're likely on an older version of Motion. Instead, follow these steps:

  1. Open the footer-logo-social.liquid file in your snippets folder
  2. Search for this line of code and delete it:
<p class="footer__powered_by{% if first_instance %} small--hide{% endif %}">{{ powered_by_link }}</p>