Home Forums WoodMart support forum Hide Price

Hide Price

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

    biz.robiul
    Participant

    How to remove or hide products Price or amount?
    check the image…

    Attachments:
    You must be logged in to view attached files.
    #247141

    Hello,

    You can hide the highest price in the Theme Settings > Shop page,

    If you want to hide at all

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

    body .price .amount,
    body .woodmart-hover-base .wrapp-product-price {
    display:none;
    }

    Best Regards

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