Home Forums WoodMart support forum Hide Price in Shop Page

Hide Price in Shop Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #397984

    Mishkat
    Participant

    Hello,

    Is there a way I can hide the price in the product grid/shop pages but not in the single product page?

    #398000

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .price {
        display: none;
    }

    Best Regards

    #398134

    Mishkat
    Participant

    This didn’t work

    #398210

    Hello,

    Please replace the previous Custom CSS with the following then check back.

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

    Best Regards

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