Home Forums WoodMart support forum Hide product prices, on the shop page…….!

Hide product prices, on the shop page…….!

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

    ceh62
    Participant

    Hi support.

    Is it possible to hide the product prices, on the shop page, on categories and orthers?

    So the price is shown, only on the single product page? And you don’t have to be loggedin, to see the product prices.

    Best regards Carsten.

    #135166

    Hello,

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

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

    Best Regards

    #138233

    ceh62
    Participant

    Hi support.

    Sorry for the late reply, Summer VA. Code works just fine. 🙂

    I have the woodmart child theme installed.

    The question is……….
    When you update the parent theme. Should you them delete the child theme after updating the parent theme and then, reinstall the child theme or are no action required, after updating the parent theme?

    Best regards Carsten.

    #138259

    Hello,

    No, you should not and do not delete the child theme otherwise you lose the customization. Please update the parent theme only.

    Best Regards

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