Home › Forums › WoodMart support forum › Dropdown menu at Safari crashes website › Reply To: Dropdown menu at Safari crashes website
September 18, 2019 at 5:49 pm
#144903
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-ordering select{
font-weight: normal !important;
}
Regards