How can I change the color of invisible cart buttons?

Hi there,

As you can see in the image below, my buttons in my cart are not visible. They do excist so I think the color is just white. Does anyone know how to change those colors?

Thanks!

Hi @SIO2

Can you please share store URL?

Hi,

snibs.nl

Hi @SIO2

Follow this:

  1. Go to Online Store->Theme->Edit code
  2. Asset->base.css → paste bellow code in bottom of file
#cart-notification-button{border: 1px solid black; color: black;}
.cart-notification__links #cart-notification-form .button {    background: #472c4c;}
.cart-notification__links .link {color: black;}

Thankyou, that worked!