Home › Forums › WoodMart support forum › Remove dropdown in product options › Reply To: Remove dropdown in product options
September 15, 2022 at 10:27 am
#405701
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-swatch.swatch-on-single {
height: 40px;
width: 40px;
border: 1px solid;
border-radius: 0;
}
Best Regards