Remove notify me when available button from collection pages on symmetry 2.0 theme

Topic summary

Main issue: Unwanted “Notify me when available” buttons appear on Featured Collections on the homepage (Symmetry 2.0). Clicking the button scrolls back to the top. User wants to remove the button.

Key steps and suggestions:

  • The helper requested the store URL; the user provided slowtide.com.au.
  • Diagnosis: Products appear to have no inventory set. Setting product stock (adding inventory quantity) should automatically remove the “notify me” button.
  • If removal is desired regardless of inventory, add a CSS rule at the end of styles.css targeting the homepage: “.template-index a.SI_trigger.button { display: none; }”. This hides the button on the index (home) template.

Outcome: The user acknowledged with thanks, implying the guidance resolved the issue.

Status: Resolved; no further questions raised.

Summarized with AI on December 30. AI used: gpt-5.

remove notify me when available button from collection pages on symmetry 2.0 theme.

on my home page i have feature collections and all of them have a notify me when available button when clicked it takes you back to the top of the home page. How do i remove this button?

Hi @maddy11

Can you please share the store URL so that I can guide you with the best solution to resolve your above mentioned issue.

Hi @JasmeetVT14313 the URL is www.slowtide.com.au

@maddy11
It seems you have not yet added the product inventory (products in stock quantity). Can you try adding it to any of the products, I believe the “notify me when available” button should automatically disappear.

It you want to remove the button irrespective of the product inventory (on homepage), then add the below code to end of “styles.css” file

.template-index a.SI_trigger.button {
    display: none;
}

If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!

Thank you!