How do I remove "powered by Shopify" from the footer?
You can remove the "Powered by Shopify" link from your footer by editing your theme code, finding the Sections folder, opening footer.liquid and deleting this line, around line 63.
<p class="footer__small-text">{{ powered_by_link }}</p>