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

Solved

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

maddy11
Visitor
3 0 0

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?

Accepted Solution (1)
JasmeetVT14313
Shopify Partner
292 63 76

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!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

View solution in original post

Replies 4 (4)

JasmeetVT14313
Shopify Partner
292 63 76

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.

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
maddy11
Visitor
3 0 0
JasmeetVT14313
Shopify Partner
292 63 76

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!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
maddy11
Visitor
3 0 0

Thank you!