Style product: Full info on image
-
Hi,
which file should I edit to style a Full info on image product appearance?
Thanks Tomas
Hi,
You can find the code in the file woodmart/wocommerce/content-product-info.php
.
Kind Regards
Cool, I got it.
Is there any CSS option how not to display badges as: NEW or SALE on this particular: content-product-info.php.
thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-info-alt .product-element-top .product-image-link .onsale{
display:none;
}
body .woodmart-hover-info-alt .product-element-top .product-image-link .new{
display:none;
}
Best Regards