fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Remove Arrow in size design

In the Product Sheet (for example: https://fredmartincollection.com/en-eur/product/espa-sneakers-red-brown-suede-men/) above each size, there is a small arrow that does not let you see well size.
How can I remove it?

Attached imagetallas.png

Hakik Zaman

Hi FEDERICO,

Thanks for reaching out to us.

Can you please place the below CSS at Appearance > Customize > Additional CSS

.et_pb_wc_add_to_cart form.cart .variations td.value span.variable-item-span:after {
    display: none;
}

Please let me know if it works or not.

Thank You