Home Forums WoodMart support forum Changing Size Swatches Reply To: Changing Size Swatches

#309021

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