Why are my cart buttons invisible in the Dawn theme?

View my cart and continue shopping buttons are there and you can click on them but you can’t see them. Dawn theme. Can someone please help.

@CleaningDiva could you give me your website link

https://1xi5as0qoxiwm2ls-60662874335.shopifypreview.com

@CleaningDiva add below CSS in base.css file in asset folder

.cart-notification-product button.link.button-label,.cart-notification-product .button--full-width {
    color: #000;
}

Thank you so much for the quick reply, but it did not work. Here is a screenshot

@CleaningDiva replace css

button.link.button-label,.button--full-width {
    color: #000;
}
1 Like

@CleaningDiva could you also accept my solution also

Thank you for the help. This did it: