Home › Forums › WoodMart support forum › CSS for dropdown › Reply To: CSS for dropdown
May 18, 2021 at 8:12 am
#293229
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. And see if this works for you otherwise it requires Customizations.
.variations_form .variations .value select {
font-family: san-serif !important;
}
.value {
font-family: san-serif !important;
}
Best Regards