• I’m using YITH WooCommerce Color and Label Variations on my product pages but ever since I’ve installed the plugin, the woocommerce variation arrows (used on the normal dropdown variation field) is still appearing.

    I have tried the code you offered as a solution to another user, but this one didn’t help for me.

    .variations .select_box_colorpicker ::after {
    display: none !important;
    }

    .variations td.value span:after {
    display:none !important;
    }

    This is a link to a product of our shop: https://visit-bikestore.com/produkt/simplon-pride-ii/

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

Viewing 1 replies (of 1 total)
  • Plugin Support Pablo Pérez

    (@pperez001)

    Hello there,

    In your case, please add the following CSS:

    .variations_form .select-wrapper::after {
      display: none !important
    }

    Let me know if you still have the arrow.

    Have a great day.

Viewing 1 replies (of 1 total)
  • The topic ‘Arrow on Product Page’ is closed to new replies.