How can I fix the 'View my cart' button color on the Dawn theme?

We’re using the “Dawn” theme for our Shopify website and noticed that whenever someone adds an item to the cart a little window pops up, however, the button that is supposed to say “view my cart” the font is white and how can we fix this problem?

Thank you!

Hi @Wagsnwhiskersco ,

To change you follow the instruction:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.cart-notification__links #cart-notification-button {
    color: #000 !important;
}

I hope it would help you.

2 Likes

Thank you! It worked!

1 Like