How to remove powered by shopify from my footer Dawn 14.0.0

Topic summary

A user seeks to remove the “Powered by Shopify” text from their footer in Dawn theme version 14.0.0.

Solution Provided:

  • Official Shopify documentation link shared for removing the powered-by message
  • Custom CSS code snippet offered as alternative:
    small.copyright__content:nth-child(2) {
      display: none;
    }
    
  • CSS should be added via Theme Settings > Custom CSS

Resolution: Original poster confirmed the solution worked successfully.

Note: A separate user attempted to ask an unrelated question about centering their menu, but was redirected to create a new topic with specific details about their theme and customizations.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Uau! Thank you a lot!