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
April 3, 2023 at 3:08 am
#456485
Elise Noromit
Member
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