Home Forums WoodMart support forum CSS for dropdown Reply To: CSS for dropdown

#293229

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