How to disable the "Notify Me" Feature Under Sold Out Items?

Hi everyone. I’m looking to disable/hide the “Notify me when ___ comes back in stock” button. My theme is Flow and my url is epheadcovers.com. I saw another response with a code to type into base.css, but I do not have that file under Assets. Any help is appreciated.

Hello, @epheadcovers

Are you referring to this text?

Hi @epheadcovers

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


Hope this can help you solve the issue

Best regards,

Richard | PageFly

1 Like

@epheadcovers , do this to fix it in 20 seconds:

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

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

Thank you.

Kind regards,
Diego

Yes, I am!

Unfortunately I don’t have base.css in my Assets

Thank you so much, this did the trick!