How can I change the 'view my cart' pop-up text color in Sense Theme?

Hello, after I click Add To Cart I’m getting this pop-up but the text from the “view my cart” it’s a different color, any idea how I can fix this?

the class name is “button button–secondary button–full-width” but I have no idea where to add this.

www.pawliciouz.com

Thank you for your help :hugs:

@pawliciouz - what is the password to view the page?

Hi @pawliciouz ,

Go to Assets > base.css and paste this at the bottom of the file:

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

Hope it helps!

1 Like

Worked, thank you

1 Like