Home › Forums › WoodMart support forum › Need To Hide Prices From Product Grids
Need To Hide Prices From Product Grids
- This topic has 10 replies, 2 voices, and was last updated 2 years, 7 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 19, 2022 at 4:10 am #369278
WASIPLtd_WebsiteParticipantHello,
I initially was in catalogue mode, but due to some circumstances I needed to disable it.
Due to this prices are now showing on my website which I cannot have.
Could you please inform me how I can remove/hide the pricing from the product grids/thumbnails. Please see screenshot for example: https://open.spotify.com/track/3Ti0GdlrotgwsAVBBugv0I?si=b4299a7cbc424c62
Thanks,
BrendenApril 19, 2022 at 4:28 am #369279
WASIPLtd_WebsiteParticipantOh my gosh… posted a song link instead of the screenshot.
Sorry for that, please see this instead: https://gyazo.com/982c2a0e8178a4cdba702d85a9e1dad3
April 19, 2022 at 2:15 pm #369393
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .price { display: none; }
Best Regards
April 20, 2022 at 9:54 pm #369754
WASIPLtd_WebsiteParticipantHi Aizaz,
How can I removed the pricing from showing on pages like this?
Thanks
April 21, 2022 at 10:53 am #369868
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .price {
display: none;
}Best Regards
April 21, 2022 at 3:42 pm #369946
WASIPLtd_WebsiteParticipantAizaz this is the exact same code you previously provided me.
Note that the prices don’t show on my home page, but are showing on category pages.
Please reference the link provided in the private content from my last message.
Thanks.
April 21, 2022 at 4:14 pm #369961
WASIPLtd_WebsiteParticipantAlso just noticed prices are showing on products within the search bar, I also need that to be hidden.
https://gyazo.com/4bf710b4181a887f5094f00aa633dc80
Thanks.
April 22, 2022 at 9:55 am #370083
Aizaz Imtiaz AwanKeymasterHello,
The CSS provided should work for the home page and the shop pages for the product grid items.
The CSS is working fine on category pages as well:
https://gyazo.com/b81771945cfa429e027d2321c61394c0
For the search bar try adding the following Custom CSS:
.autocomplete-suggestion .price {
display: none;
}Best Regards
- This reply was modified 2 years, 7 months ago by Aizaz Imtiaz Awan.
April 22, 2022 at 3:44 pm #370243
WASIPLtd_WebsiteParticipantPlease click on ALL of the links provided in my reply here.
1) Syntax checks out, not showing any errors. (https://gyazo.com/ad79a41491f82f652475ddf2d9f9f164)
2) Pricing is still showing on product category pages. (http://safetysupplied.com/product-category/first-aid-kits/csa-first-aid-kits/csa-type-3-first-aid-kits/)
3) Pricing is still showing within the search bar, try searching “first aid” on my site and you will see (https://gyazo.com/c7313c9fff62a651eba36e6dc1981d19)I’ve provided my login credentials to access the admin panel.
Please assist and address all of my issues above, not just a single issue.
Thanks in advance.
April 22, 2022 at 3:48 pm #370245
WASIPLtd_WebsiteParticipantPlease disregard my last comment, the issue seems to have been resolved.
I guess it takes some time for CSS code to reflect on the live website.
Thanks for your assistance and patience with me, your help does not go unnoticed.
April 23, 2022 at 8:24 am #370389
Aizaz Imtiaz AwanKeymasterHello,
We are Glad that your issue has been Resolved.
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 ‘Need To Hide Prices From Product Grids’ is closed to new replies.
- You must be logged in to create new topics. Login / Register