Home Forums WoodMart support forum Hide the price in product page

Hide the price in product page

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

    yipcharles
    Participant

    Hi, is there a way to hide the price as shown in picture?
    However, I still want to keep the price range under the product title
    Many thanks!

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

    Hello,

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

    .single .price {
       display:none;
    }

    Best Regards

    #116943

    yipcharles
    Participant

    HI, i did tired but the result is that it will hidden the price under the production title (i want to keep it) as well.
    The only thing i want to hidden is just the amount.

    Thanks

    #116994

    Hello,

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

    .single .woocommerce-variation .woocommerce-variation-price .price{
    display:none;
    }

    Best Regards

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