All things Shopify and commerce
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?
Solved! Go to the solution
This is an accepted solution.
@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!
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.
This is an accepted solution.
@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!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025