Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-swatch.swatch-with-bg {
border-radius: 0;
}
.swatch-on-single.swatch-enabled.text-only{
border:2px solid transparent;
padding:3px;
}
.swatch-on-single.swatch-enabled.text-only:hover{
border:2px solid #000000;
padding:3px;
}
.swatch-on-single.swatch-enabled.text-only.active-swatch{
background-color:#000000;
color:#ffffff;
}
body .wd-swatch:hover:after,
body .wd-swatch.active-swatch:after {
opacity: 0;
}
Best Regards