- This topic has 3 replies, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › How to remove "Available Quantity" value from categories products display
I am using categories for my products, but for each product it is showing the available quantity, I do not want to show the available quantity. Here is the shortcode I am using on the page, and the URL for the page:
[wp_eStore_category_products_fancy id=4 style=1]
If you specify the inventory amount then it shows that value (it is a good practice to let the users know when there are limited quantities left for that item).
Are you going to have limited quantity for those items or did you mistakenly put a limit there?
I just think it is unnecessary information that I do not want to show. How would I remove?
1) Grab the following CSS plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS tweak in there:
.eStore_available_qty{
display: none;
}