When you view my products, it gives the inventory/item count underneath the product. I have looked everywhere on how to remove this number from the products. Please help me remove this number. Thank you!
Solved! Go to the solution
Hi @CS1974 You could use the HTML inspector to locate the item count and then set a css rule "display: none" to the element. I have a video (https://youtu.be/dOjj2zY3A-4) talking about how to remove elements from the store webpage, you may find the removed elements in the video are different, but the idea is the same. It should not be too hard, let me know how it goes.
Hello,
Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).
Kind regards,
Diego
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
https://cool-sofa.myshopify.com/
https://cool-sofa.myshopify.com/collections/club (I want the inventory number removed on all the collection pages.)
stowgg
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-collection .product-price {
display: none;
}
Hope this works.
Thanks!
User | Count |
---|---|
442 | |
191 | |
139 | |
60 | |
42 |