Home Forums WoodMart support forum Dropdown menu at Safari crashes website

Dropdown menu at Safari crashes website

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #144892

    wemakethehype
    Participant

    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.

    #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

    #145111

    wemakethehype
    Participant

    Thank you for your fast reply.

    The issue still after insert the CSS. Nothing changes…

    Regards

    #145160

    Artem Temos
    Keymaster

    Try to insert this CSS instead

    .browser-Safari select {
            font: 14px sans-serif !important;
    }
    #145195

    wemakethehype
    Participant

    This one is working!!

    #145199

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Dropdown menu at Safari crashes website’ is closed to new replies.