How can I change the color of my view cart button?

Hi everyone,

I am able to edit the colour of all by buttons via the theme editor except for my view cart button. It is very hard to see (see screenshot). I’d like to change the background to white.

My website is https://midnight-lightning-climbing.myshopify.com/

access 9876

Thanks so much!

Hello @uxbyemily

Please paste the given CSS at the bottom of the file ‘style.css’.

body #cart .action_button.edit_cart {
  background-color: white;
  border: 1px solid #4a4a4a;
}

OUTPUT:

Thanks

This worked, thank you so much!!