Home Forums Trusted Remove the price tag from the woocommerce product page

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4249
    davidpalmer
    Participant

    Dear Sirs.

    I love this theme, great job.

    I want to remove the price tag from the woocommerce product page. Please can you confirm how I could do this.

    Kind Regards

    Dave

    #4250
    davidpalmer
    Participant

    Dear Sirs.

     

    I have found the tag “woocommerce-Price-amount” which has hidden the price value but the tag is still visible. I can deal with this, thats not an issue, my concern is that I still want the price to show on the home page.

    Please can you assist?

     

    Kind Regards

     

    Dave

    #4251
    Andy
    Keymaster

    Add the following in ‘Customize’ > ‘Additional CSS’ to remove the price from single product page only

    .woocommerce div.product p.price{
        display: none;
    }
    #4252
    davidpalmer
    Participant

    Hi Andy.

     

    Thank you for your assistance, works perfectly

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the price tag from the woocommerce product page’ is closed to new replies.