Remove Inventory Count from Dawn Theme

Hi, I am trying to remove this inventory tracker from the ‘Buy Button’ section of my store.

Hey CeeMills, This can be adjusted according, It is a features associated with your theme
Let’s connect to provide solutions

Hi @CeeMills . Welcome to the Shopify Community!

Can you please share the website URL? If it’s password-protected, a password would be needed, too. It would be much easier to debug.

Hey, I tried to remove it from the buy button when I customize the theme but it only removes the ‘Shop Pay’ button. If I remove the quantity tracker from the product page it does not keep track of my inventory.

www.zyafinejewelry.com

Hey, can you suggest an app that might’ve been causing this issue for you?

This is a stock level message. I’m not sure which app is causing this message to appear. Even when I remove the Shop Pay option it still appears

No I don’t :persevering_face:

Here’s how to achieve that:

  1. Navigate to Sales Channels → Online Store → “Customize” button → Theme settings (Gear icon on the left sidebar) → Custom CSS
  2. Add the following code:
product-form .nm-portal {
	display: none !important;
}
  1. Save (right top corner)
  2. Hard refresh the storefront

If done correctly, the result should be like this:

1 Like

Check settings of the “Notify! Back in Stock|PreOrder” app – this is the app which outputs this data.

Probably would be better not to output this info rather then hide it with CSS.