Mark Stradling
asked 7 years ago

Hi, I’d like to change the colour of the cart icon in DW Store (Giftstore theme). Can you please point me in the direction of the file to amend? https://prntscr.com/flw93v

1 Answers
DominicStaff
answered 7 years ago

You can use the following code in the style.css file: 

.dw-mini-cart .dropdown .cart-contents {
color: #....;
}
.dw-mini-cart .cart-contents strong {
border-color: #....;
}
Powered by DW Question & Answer Pro