How can I change the cart button color in Warehouse theme?

Hi

pls can u provide a solution to changing the color of the view cart button (green box round it) but only on cart drawer not on anything else

URL: smartappliancesonline.co.uk

Theme: Warehouse

current:

cheers

Hi @chrisjames11 ,

Try this…

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

  2. Asset-> theme.css ->paste the below code at the bottom of the file.

.mini-cart__button-container .button-group a.button.button--secondary{
    background-color: #74AEBF;
    color: var(--secondary-button-text-color)
  }