Woodmart Plants color change in cart
-
Hi,
How can I change colors from grey to black in the shoping cart? Marked red on pictures. Thanks in advance.
Attachments:
You must be
logged in to view attached files.
Hi michelo.ch,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.cart-info span.quantity,
.cart-totals-inner table .cart-subtotal span.amount,
td.product-price > span.amount{
color: #000;
}
Regards,