Home Forums WoodMart support forum Remove price from product hover Reply To: Remove price from product hover

#80523

Hello,

Please add this code to the Theme Settings > Custom CSS:

.woodmart-hover-info-alt .top-information .amount, .woodmart-hover-info-alt .top-information .price, .woodmart-hover-info-alt .top-information .price ins {
    display:none;
}

Best Regards