• Resolved cathyrowson

    (@cathyrowson)


    Hi there,

    In at least one category on my website, I need the traditional (default) dropdown menu to show so the visitor can select the correct tool size.

    The text on the dropdown correctly states ‘Choose an option’ but there is no dropdown arrow to the right of it.

    When I disable the Swatches plugin the arrow returns so I know the issue lies with this plugin, could you please advise?

    Many thanks,

    Cathy

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Cathy,

    The issue is partly from our plugin, the direct css which causes the issue is from your theme.

    Please add below css to fix it:

    .variations_form.cart.vi_wpvs_variation_form .variations .vi-wpvs-variation-style .vi-wpvs-variation-style-content .vi-wpvs-variation-wrap-wrap select {
        appearance: menulist;
        -moz-appearance: menulist;
        -webkit-appearance: menulist;
    }

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown arrow not showing on Default Dropdown Menu for attribute selection’ is closed to new replies.