Home Forums WoodMart support forum Hide price for all products

Hide price for all products

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

    aleasaro
    Participant

    Hi,

    I want to hide prices for all products, I cannot use the Catalog mode because that will hide my product attributes.

    If you can help me out with a css code that will hide the product prices on all products

    #313868

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .price{
    display:none!important;
    }
    .product-rating-price{
    display:none;
    }

    Best Regards

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