Home Forums WoodMart support forum Remove price from anywhere

Remove price from anywhere

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #537753

    duru557
    Participant

    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?

    #538016

    Hung Pham
    Keymaster

    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,

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)