Remove price from anywhere
-
I want the price of the products to never be seen on the website. An option such as before or after login does not work for me. Under all circumstances, prices should be kept secret. How can I do that?
Hi duru557,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-product.wd-hover-alt.product-grid-item :is(.wd-product-header,.wrap-price),
.summary-inner>.price,
.wd-product .product-wrapper .price{
display: none;
}
Regards,