To change cart icon color, you can use this code to Custom CSS box
svg.icon.icon--cart {
stroke: #f1f !important;
}
span.sqs-cart-quantity {
color: #f1f !important;
}
To change cart icon color, you can use this code to Custom CSS box
svg.icon.icon--cart {
stroke: #f1f !important;
}
span.sqs-cart-quantity {
color: #f1f !important;
}