How to remove 'powered by Shopify' from the Dawn theme?

Hello,

Need help with getting powered by shopify gone.

Thanks

Site:http://amityecosmetics.com/pages/contact

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

1 Like

Hi @Zakariatheguy

You can remove this text by editing your theme languages:

  • From Online Store > Themes > Actions > Edit Languages
    Type in Powered By Shopify into the search field.
  • Remove the faded Powered by Shopify text by entering a space.
  • Hit Save

Hope this helps.