HIDE PRICE ON SINGLE PRODUCT DETAILS PAGE
-
Hi great plugin.
Is there a way to hide the below which appears once you’ve made the selection on the product details page? It is confusing for the user since we dont have prices. We have tried hiding it using CSS but when we hide the prices here they are hidden across the whole site. Please help
Product total: €0.00
Options total: €0.00
Grand total: €0.00we are using this css to hide the text but we cant hide the price
.wapf-product-totals div span:first-child {
display: none;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘HIDE PRICE ON SINGLE PRODUCT DETAILS PAGE’ is closed to new replies.