Hi, do you know how to hide “choose option” button, but from collection page? I just want it to say “Add to cart” or make it a CTA to open the product page.
Topic summary
A user seeks to remove the “Choose options” button from the “You may also like” section on product pages in Shopify’s Dawn theme.
Solution Provided:
- Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
- Open the CSS file (base.css, style.css, or theme.css) in the Assets folder
- Add specific CSS code targeting the quick-add button to hide it using
display: none - The original poster confirmed this solution worked
Related Questions:
- Another user asked how to hide the “Choose options” button on collection pages specifically, or replace it with an “Add to Cart” button that opens the product page
- Response indicated this would require the store URL for hiding, or a developer to change the button functionality to link directly to checkout
- One user reported the CSS solution did not work for their setup (shared screenshots showing the button still visible)