That is correct. But already used the same code you sent and it worked. Thank you.
Can you support me on other issues i have please? If possible.
A user seeks to remove “Choose Option” buttons from product collection cards in the Refresh theme because their personalization app doesn’t display on the quick-add page.
Solution Provided:
base.css file (Shopify Admin → Online Store → Themes → Edit code → Assets → base.css).quick-add { display: none; }Key Points:
.quick-add__submit{display:none; visibility:hidden;}.card--card .quick-add { display: none; }Status: Multiple users confirmed the solution worked after applying the correct CSS snippet and proper formatting.
That is correct. But already used the same code you sent and it worked. Thank you.
Can you support me on other issues i have please? If possible.