Shopify themes, liquid, logos, and UX
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@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,
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?
Hi @Kris-Tech
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> 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 </head>
<style>
.vtl-su-main-widget {
display: none !important;
}
</style>
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
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025