Home › Forums › WoodMart support forum › Hide Product Price
Hide Product Price
- This topic has 12 replies, 2 voices, and was last updated 1 year, 8 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 20, 2023 at 2:15 pm #476084
kunalfddiParticipantHi,
How can I hide the Product price?
Kindly refer the screenshots attached.
Thanks
Attachments:
You must be logged in to view attached files.June 20, 2023 at 2:18 pm #476088
kunalfddiParticipantHi,
How can I hide the Product price and Instock Option?
Kindly refer the screenshots attached.
Thanks
June 20, 2023 at 4:49 pm #476138
Aizaz Imtiaz AwanKeymasterHello,
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
June 20, 2023 at 6:40 pm #476163
kunalfddiParticipantHi 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
KunalAttachments:
You must be logged in to view attached files.June 22, 2023 at 6:48 am #476504
kunalfddiParticipantHi 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
KunalAttachments:
You must be logged in to view attached files.June 22, 2023 at 12:21 pm #476577
Aizaz Imtiaz AwanKeymasterHello,
Please share the product page URL in the private content then I will give you the custom CSS code.
Best Regards.
June 22, 2023 at 12:32 pm #476586
kunalfddiParticipantBelow is the product page URL
June 22, 2023 at 4:48 pm #476678
Aizaz Imtiaz AwanKeymasterHello,
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.
June 22, 2023 at 5:36 pm #476693
kunalfddiParticipantHi,
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.June 22, 2023 at 5:53 pm #476704
Aizaz Imtiaz AwanKeymasterHello,
Go to Theme Setting -> Product Archive -> Products labels -> disable the option “Sale” label in percentage.
Best Regards.
June 22, 2023 at 6:12 pm #476705
kunalfddiParticipantHi,
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.June 23, 2023 at 9:08 am #476775
kunalfddiParticipantHi,
Issue reolved by this custom CSS Code
.product-label.onsale {
display: none !important;
}Kindly Close this ticket, Thanks.
June 23, 2023 at 9:18 am #476778
Aizaz Imtiaz AwanKeymasterHello,
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. -
AuthorPosts
The topic ‘Hide Product Price’ is closed to new replies.
- You must be logged in to create new topics. Login / Register