Home › Forums › WoodMart support forum › Code to format product variation dropdown › Reply To: Code to format product variation dropdown
October 4, 2024 at 1:29 pm
#602519
Aizaz Imtiaz Awan
Keymaster
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
td.iconic-wlv-variations__label, td.iconic-wlv-variations__value {
border-bottom: none !important;
}
.iconic-wlv-terms {
margin: -20px 0 -10px;
padding: 12px;
width: 200px;
}
But you can use the linked variation feature without a plugin. This feature is available in the theme.
Please follow this guide:
https://xtemos.com/docs-topic/linked-variations/
Best Regards