Home › Forums › WoodMart support forum › How to Edit prodcucts Card style › Reply To: How to Edit prodcucts Card style
February 23, 2024 at 3:34 pm
#543204
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-product :is(.wd-swatches-grid) .wd-swatch.wd-text {
width: 90px !important;
min-height: 40px;
}
Best Regards