Remove inventory count and hurry up message

For some reason I cannot seem to remove the inventory count and hurry up message from my product pages. I’ve looked at all the other forum messages and nothing seems to work for me. I un-clicked show availability,SKU, inventory etc. and saved it and nothing changed.

https://hxneydiptbeauty.ca

PLS help… launching today

1 Like

@hxneydiptbeauty

Try adding this code to the bottom of the theme-styles.css

.hot_stock {
display:none;
}
.product-inventory {
  display:none;
}
1 Like

Thank God!. After 2 days I find my answer.

Thank You @Nick_Marketing

1 Like

Thank you!! the code worked for removing the inventory count but the “hurry up only __ left” is still there. Do you know of any tricks that may resolve this?

Thanks for your help!!

1 Like

On my theme, it is in the individual page for a product settings. So edit theme, in the navigation select products > default product

Then in the settings I turned off “product stock” and it disappeared.