Home Forums WoodMart support forum All the options on the size side of our product are text. I want to put a border Reply To: All the options on the size side of our product are text. I want to put a border

#456485

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
display:none;
}
[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text {
border:2px solid #000000;
border-radius:0;
padding:2px;
}

Best Regards