Home › Forums › WoodMart support forum › Change color price amount in mini cart › Reply To: Change color price amount in mini cart
April 3, 2023 at 11:55 am
#456609
Luke Nielsen
Keymaster
Hello,
The code below should help you with it, please enter define it in Theme Settings -> Custom CSS.
.cart-widget-side .mini_cart_item .amount {
color: #fff;
}
I’d be happy to assist if you have any other questions or concerns.
Kind Regards