Home Forums WoodMart support forum Font sizes Reply To: Font sizes

#333133

Hello,

1. Please try this custom CSS code:

.product-grid-item .jdgm-widget.jdgm-widget {
    display: none !important;
}

2. Please use the below custom CSS code:

.cart-info span.wd-entities-title {
    font-size: 20px;
}
.cart-info span.quantity {
    font-size: 15px;
}

Best Regards.