Home › Forums › WoodMart support forum › Hide Product Price and Add to Cart Button › Reply To: Hide Product Price and Add to Cart Button
March 9, 2023 at 4:19 am
#449517

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-hover-info .bottom-information .price {
display:none;
}
.wd-buttons.wd-pos-r-b {
display:none;
}
Best Regards