Hello,
Need help with getting powered by shopify gone.
Thanks
Main issue: Remove the “Powered by Shopify” text from the Dawn theme footer.
Proposed solutions:
Notes:
Status: Multiple workable methods offered; no confirmation from the original poster on which was used. Discussion appears open without a final resolution.
Hello,
Need help with getting powered by shopify gone.
Thanks
You could try adding this rule to the bottom of the section-footer.css file. It should hide it from the footer section.
.copyright__content:nth-child(2) {
display: none;
}
you can hide it using the CSS command given by @Nick_Marketing or you can share the code of the footer file here so that this can be deleted permanently from theme
You can remove this text by editing your theme languages:
Hope this helps.