Home Forums WoodMart support forum % discount Option Reply To: % discount Option

#524253

Hello,

01. What do you mean round off? If you want to add any character you can edit the php code.

02. Please try to use the below custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS code section:

.wd-swatches-grid:is(.wd-size-xs,.wd-size-default) {
    --wd-swatch-size: 40px;
}

Best Regards.