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

Selected variation showing tick icon

Paula Bosman

Good day,

We use both the Variation Swatches for WooCommerce Pro and the Additional Variation Images Gallery for WooCommerce. After plugin updates earlier today, the display has changed. We have gone into the settings to adjust but cannot find where to remove the tick icon that displays on the color variation selected. All displayed swatches are also larger and our settings are smaller.

Kindly assist.

Hakik Zaman

Hi Paula,

Thanks for reaching out to us. Please wait after updating the plugin, because our migration script will run.

Note: Migration will run depending on the number of products you have.

To remove the tick icon just add the below CSS at Appearance > Customize > Additional CSS

.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;
}

Hope to hear from you soon!

Thank You