Home Forums WoodMart support forum Mini cart widget custonmization Reply To: Mini cart widget custonmization

#334507

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