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?
A user wants to change the footer color in the Dawn theme, specifically the “Powered by Shopify” section to #FFD4D4.
Solutions Provided:
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.
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?
Would you mind sharing your store URL? Thanks!
You can add this code to Custom CSS in ONline Store > Themes > Customize > Theme settings
.copyright__content a[rel="nofollow"] { color: #FF4D4D !important; }