How can I change the 'view cart' font color to black in a craft theme?

Hello there! I was wondering if there is a way to change the font color of the “view cart” to black.

When I add in a product to the cart and the preview box pops up to show what you’ve added. You have the option to view cart or continue shopping and that’s where I’m running into the issue. I cant seem to get the right format to add the picture unfortunately.

URL: northcountryfluff.com

Thank you!

a#cart-notification-button {
color: black !important;
}

paste this code in your CSS file

Hi @moderndayrags

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

a#cart-notification-button {

color: white !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello,

Greetings for the day. This is AJ from StoreWatchers and I am glad to help you today.

You can achieve it by adding below code at the end of your your theme’s base.css file

a#cart-notification-button {
color: white!important;
}

This is how it should look

Let me know if need help.