Home Forums WoodMart support forum swatch variations Reply To: swatch variations

#327322

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.