How can I modify text color in the Dawn theme?

I got the Dawn theme on my Shopify store and the header and footer are black and the main background is white. I’m trying to change the color so it will be white on black backgrounds and black on white backgrounds but the text color is linked so they are either all black or all white..

Any solutions to this problem?

If I try to change the header color in the code I’m having trouble changing the icons as well ..

1 Like

@hafrunhardar

can you please send store url

https://saumahornid.myshopify.com/

pw: ahnohy

Any solutions?

1 Like

@hafrunhardar

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.header__menu-item, .footer-block__details-content .list-menu__item--link, .copyright__content a, .footer-block__heading, .newsletter-form__button {
    color: #fff !important;
}

.newsletter-form__field-wrapper .field__input {
    border: 1px solid #ffff !important;
}

found a simple solution :slightly_smiling_face: thank you though !

for anyone having the same issue:

https://community.shopify.com/c/shopify-design/change-color-of-entire-footer-in-dawn-2-0/m-p/1429724#M375747