Dropdown menu at Safari crashes website
-
If I try to open a Dropdown menu (for example country) at this page:
https://instamerch.de/dashboard/settings/store/
with Safari (12.0.3) with a macOs Mojave 10.14.3
the site crashes and reloads. I get a error that there is a problem with the site and its need to be refreshed.
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
Thank you for your fast reply.
The issue still after insert the CSS. Nothing changes…
Regards
Try to insert this CSS instead
.browser-Safari select {
font: 14px sans-serif !important;
}
The topic ‘Dropdown menu at Safari crashes website’ is closed to new replies.