Home › Forums › WoodMart support forum › Font sizes › Reply To: Font sizes
November 19, 2021 at 12:47 pm
#333133
Aizaz Imtiaz Awan
Keymaster
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.