Home › Forums › WoodMart support forum › Mini cart widget custonmization › Reply To: Mini cart widget custonmization
November 25, 2021 at 12:19 pm
#334507
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under THeme Settings >> Custom CSS
For title;
.product_list_widget>li .wd-entities-title {
color: red;
}
For quantity;
.cart-info span.quantity {
color: orange;
}
For Amount;
.cart-info span.amount {
color: red;
}
Best Regards