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
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…
Go to Online Store-> Theme->Edit code
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)
}