Shopify themes, liquid, logos, and UX
Hi guys. I want to hide the "notify me when available" button because I'm using a third-party app. How do I do this? Right now, it looks a little clunky to have two sign-ups. I'd prefer to use the 3rd party's button. Any help will be appreciated
Solved! Go to the solution
This is an accepted solution.
Hi @YMTE,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.gw-button-widget.gw-button-widget-v2 {
display: none !important;
}
Hope it helps!
Please share your theme URL!
Thanks!
Youre-are-morethanenough.myshopify.com
Can you help me with mine? My store is epheadcovers.com and my theme is Flow. Having the same issue. I want to get rid of the notify me button. Thanks!
This is an accepted solution.
Hi @YMTE,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.gw-button-widget.gw-button-widget-v2 {
display: none !important;
}
Hope it helps!
Thank you!!
Can you help me with mine? My store is epheadcovers.com and my theme is Flow. I don’t have a base.css file. Thanks!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025