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

How to disable new checkmark?

I don’t want this new checkmark image overtop of the selected option. How can I remove it?

Golam Kibria

Hi Jennifer,

Please try adding the following CSS to the customizer:

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
background-image: none;
}

Let me know if this works for you.

Thank You