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

swatches indicator

Hi, I need to disable or hide the Swatches indicator.

I need to show only the Product Swatches image without any over symbol.

Now there is a check symbol over the Swatches image. I can change the color but I need to hide this check.,

Thanks

Golam Kibria

Hi Giovanni,

Please share a product page link here.

Thank You

Golam Kibria

Hi Giovanni,

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 the issue is resolved.

Thank You