Home Forums WoodMart support forum Image swatch Reply To: Image swatch

#51823

Hello,

Find this file: woodmart/woocommerce/single-product/add-to-cart/variable.php

You will need to remove class woodmart-tooltip

If you need to remove globally use this CSS code:

.woodmart-tooltip{
display:none;
}

Add this code to Theme Settings > Custom CSS > Desctop

Best Regards