• Resolved dvalck

    (@dvalck)


    Hi,
    I am impressed by the flexibility of this plugin, but there is one thing I notice in each case where a horizontal row of swatches are applied on product pages.
    There is a tiny arrow pointing downwards, visible to the far right of each set of variables / swatches. The arrow cannot be selected.
    Can you please indicate how I can make it invisible?

    Can send you an image if you like.
    Thanks in advance,
    DV

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    @dvalck

    Could you record your issue using a tool like loom.com?

    It helps us to quickly identify your issue.

    Thank YOu

    Thread Starter dvalck

    (@dvalck)

    Hi Fizanzvai,

    Thanks for your reply.
    With the help of answers of another support reply earlier about a similar matter I found a solution.
    My issue was on a Woocommerce product page, so I could solve with the following CSS code:

    .single-product.woocommerce .product .cart .variations td:after {
    display:none !important;
    }

    Also noticed that it depends on the theme whether the dropdown arrow appears or not.
    In my case it was a theme called Flexia.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide arrow of listings’ is closed to new replies.