Home › Forums › WoodMart support forum › Changing Size Swatches › Reply To: Changing Size Swatches
July 27, 2021 at 10:11 am
#309021
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-swatch:hover:after,
.wd-swatch.active-swatch:after {
display:none;
}
body .wd-swatch.swatch-with-bg {
border-radius: 0;
border:2px solid #000000;
}
body .swatch-on-single.swatch-with-bg.swatch-size-xlarge {
width:70px;
height: 70px;
}
Best Regards