fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

Variations are showing dropdown ticks on Product

Miguel Wood

On the product page, the variation swatches are showing a dropdown icon as shown in the image below.

2025-01-30_07-06-32.png

How can I remove them?

Golam Kibria

Hi Miguel,

Please add the following CSS to the customer (Appearance > Customize > Additional CSS) (output):

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

I will wait for your feedback.

Thank You

Miguel Wood

The CSS code snippet resolved the issue with all variation color and image swatches except size (radio buttons).

Regards

Golam Kibria

Hi Miguel,

Please share a link to the product page where I can find the issue.

Hope to hear from you soon.

Thank You

Golam Kibria

Hi Miguel,

Please add the following CSS to the customer (Appearance > Customize > Additional CSS) (output):

.et_pb_wc_add_to_cart_0_tb_body form.cart .variations td.value span:after {
display: none;
}

I will wait for your confirmation.

Thank You

Miguel Wood

That looks to be the resolution! Thank you!

Regards,

Miguel