Home › Forums › WoodMart support forum › Image swatch › Reply To: Image swatch
April 10, 2018 at 11:31 am
#51823
Elise Noromit
Member
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