I would like to remove the “In Stock” from the product/product description page. Secondly, there is (what appears to be a useless) icon with a small page, super-imposed by a star, just to the right of the “In Stock” text. My goal is to remove both the “In Stock,” text + the “star-on-page” icon from the prod. description page. The following link is to one of the products: https://www.congocollection.com/lipiko-helmet-mask/ I placed this in "Feature Request Forum" b/c ShopperPress was not a selection in the forum drop-down box.
Ian
.stockshow{
display:none
}
Jose
.stockshow{
display:none
}
inserted where?
and also, to work, would it have to be with <style> and <style/> included (as follows):
<style>
.stockshow{
display:none
}
<style/>
And where do i insert that code snippet (whichever the correct one may be)…?
Ian
<style>
.stockshow{
display:none
}
<style/>
Put it in custom styles
Brandon
just Disable the QTY control, that is if you are not wanting to keep up with your QTY
Jose
Awesome Ian – Easy fix – It did the trick!
Thank You so much for the help Bro!
Anonymous
I like to show no stock for item that not in stock and for the item that is in stock just show in stock not the quantity!
How to do this!?