Home › Forums › WoodMart support forum › Remove price from product hover › Reply To: Remove price from product hover
October 2, 2018 at 4:50 pm
#80523
Elise Noromit
Member
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