Home Forums WoodMart support forum Hide Price in Product page

Hide Price in Product page

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

    romb
    Participant

    On the product page, I have 2 prices. One dynamic and one static. Can I hide the top price?

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-type-variable .price {
    	display: none;
    }

    Best Regards.

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