Home › Forums › WoodMart support forum › Change sizing selection › Reply To: Change sizing selection
December 20, 2018 at 10:16 am
#97202
Elise Noromit
Member
Hello,
Replace the code with this one:
body .swatches-select> div:hover,
body .swatches-select> .active-swatch {
border: 1px solid #000000;
background:#000000;
color:#ffffff;
padding:5px 5px;
transition:background-color 2s ease,border-color .25s ease;
}
body .swatches-select> div{
border: 1px solid #cecece;
padding:5px 5px;
}
Best Regards