Change footer color - Dawn theme

Topic summary

A user wants to change the footer color in the Dawn theme, specifically the “Powered by Shopify” section to #FFD4D4.

Solutions Provided:

  • One responder requested the store URL to provide specific guidance
  • Another provided a CSS code snippet to add via: Online Store > Themes > Customize > Theme settings > Custom CSS

The suggested code targets the copyright content area with the color #FFD4D4 and uses !important to override existing styles.

Status: Solution offered but not yet confirmed as implemented or tested by the original poster.

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

Hello,

I am using the dawn theme for now and would like to change the footer (where it says “powered by Shopify”) to FF4D4D. How can I do this?

1 Like

Hi @Vincenzo9498

Would you mind sharing your store URL? Thanks!

Hi @Vincenzo9498

You can add this code to Custom CSS in ONline Store > Themes > Customize > Theme settings

.copyright__content a[rel="nofollow"] { color: #FF4D4D !important; }