Link: https://allrubberduck.com/cart
How can I make the text of this button white? I’ve tried everything but 0 clue.
Link: https://allrubberduck.com/cart
How can I make the text of this button white? I’ve tried everything but 0 clue.
Hello, Duck1
Go to online store > themes > actions > edit code
add this code at the end of the base.css file:
.cart__warnings a.button {
color: white;
}