Home › Forums › WoodMart support forum › swatch variations › Reply To: swatch variations
October 25, 2021 at 5:50 am
#327322
Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
Following is the CSS code through which the swatches are appearing as you required.
.wd-swatch.swatch-on-single {
border: 1px solid #e6e6e6;
padding: 10px;
background-color: #fbfcfc;
border-radius:5px
}
.wd-swatch:hover:after, .wd-swatch.active-swatch:after {
display: none;
}
.wd-swatch.active-swatch, .wd-swatch:hover {
border: 2px solid black;
background: white;
}
Best Regards.