Home Forums WoodMart support forum Hide Product Price

Hide Product Price

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #476084

    kunalfddi
    Participant

    Hi,

    How can I hide the Product price?

    Kindly refer the screenshots attached.

    Thanks

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

    kunalfddi
    Participant

    Hi,

    How can I hide the Product price and Instock Option?

    Kindly refer the screenshots attached.

    Thanks

    #476138

    Hello,

    Please try to use the below custom CSS code and paste it to THeme Settings >> Custom CSS >> Global CSS section:

    div.product-grid-item .price {
    	display: none;
    }
    .wd-product-stock.stock.in-stock.wd-style-default {
      display: none !important;
    }

    Best Regards

    #476163

    kunalfddi
    Participant

    Hi Team,

    I use the above mention code in CSS

    On home page price oand instock is now hidden but for single product page issue is not yet resolved.

    Please find attached below screenshots for your refrence

    Regards
    Kunal

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

    kunalfddi
    Participant

    Hi Team,

    I use the above mention code in CSS

    On home page price and instock is now hidden but for single product page issue is not yet resolved.

    I need to hide single product page price too.

    Please find attached below screenshots for your refrence

    Regards
    Kunal

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

    Hello,

    Please share the product page URL in the private content then I will give you the custom CSS code.

    Best Regards.

    #476586

    kunalfddi
    Participant

    Below is the product page URL

    #476678

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .single p.price {
        display: none;
    }

    Best Regards.

    #476693

    kunalfddi
    Participant

    Hi,

    Thanks for providing CSS. Price removed succesfully.

    Kindly provide CSS code to remove sale label (showing up in percentage) screenshot attached. Link in the private box.

    Request you to please provide css to remove the same

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

    Hello,

    Go to Theme Setting -> Product Archive -> Products labels -> disable the option “Sale” label in percentage.

    Best Regards.

    #476705

    kunalfddi
    Participant

    Hi,

    After changing “sale label in percentage setting” to off, it is showing up like this.

    Please refer to screen shots.

    Thanks

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

    kunalfddi
    Participant

    Hi,

    Issue reolved by this custom CSS Code

    .product-label.onsale {
    display: none !important;
    }

    Kindly Close this ticket, Thanks.

    #476778

    Hello,

    You are Most Welcome.

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide Product Price’ is closed to new replies.