Woocommerce Block Cart – Hide regular price
-
.wp-block-woocommerce-cart .wc-block-components-product-price { display:none; }
This hides the entire price – regular and discount
But i am trying to hide only the regular price
I inspected the element and its price__regular attribute
I tried
.wp-block-woocommerce-cart .wc-block-components-product-price__regular { display:none; }
but it doesnt work
Let me know!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce Block Cart – Hide regular price’ is closed to new replies.