Currently I need my products to only be a monthly subscription service with appstle. When I enable “Only show this product with these purchase options” on the products page it breaks the add to cart buttons in the collection on the homepage.
I would like to remove the add to cart buttons on the homepage entirely and force the user to click and then purchase.
My store url is : https://strafecyber.com
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.quick-add.no-js-hidden {
display: none;
}
Hello @strafeadmin
Please add the following CSS at the bottom of Online Store → Theme → Edit code → Assets → quick-add.css
div.card__content button.quick-add__submit
{
display: none;
}
Please hit Like and Mark it as a Solution if you find our reply helpful.
Thank you so much this worked perfectly!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.