How can I permanently delete the 'Only units left in stock' notice?

Hi

Please help me remove the Remove Hurry! Only xxx units left in stock! from this page and all pages permanently.

https://techfirmstore.com/collections/all-products/products/signal-scout

Thanks

Have you used an app to enable that? as I tried to inspect your store’s coding within the web and was able to see that you have a widget showing that part, you can remove it within that app, if you have uninstalled it you can simply look for the app coding within your theme’s coding to remove that part.

@Kris-Tech , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.vtl-su-main-widget {
    display: none !important;
}

Bear in mind that the “hurry” message is still being loaded and it’s coming from an app, this code will only hide it. The app will still load and slow your website down, even if it’s not visible. Uninstalling the app is crucial if you’re no longer using it.

If it helps you please click on the “like” button and mark this answer as a solution!

Thank you.

Kind regards,
Diego

Hi @Kris-Tech

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Or you can simply navigate to the Vitals app and disable the Vital stock app.

Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hi! Did the two solutions offered work for you? Neither have for me and I really need to get rid of this banner, as I have a thrift store, with one of every item.

Hi,

This isn’t working for me and neither is the advice given in the comment after this one. I run a thrift store and I really need this banner gone. Do you have any other suggestions?