Home › Forums › WoodMart support forum › Code to format product variation dropdown › Reply To: Code to format product variation dropdown
October 5, 2024 at 10:32 am
#602691

Aizaz Imtiaz Awan
Keymaster
Hello,
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
span.iconic-wlv-variations__selection {
display: none;
}
td.iconic-wlv-variations__label, td.iconic-wlv-variations__value {
display: inline-block;
}
Best Regards