If you do not want "Powered by Shopify" to appear on your site, you can remove it following these steps inside your code editor.
- Open the file footer.liquid in your sections folder
- 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:
- Open the footer-logo-social.liquid file in your snippets folder
- Search for this line of code and delete it:
<p class="footer__powered_by{% if first_instance %} small--hide{% endif %}">{{ powered_by_link }}</p>