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:
- Go to Online Store->Theme->Edit code
- 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