Yes happy to do this! Please go ahead
Topic summary
Goal: Remove the clickable link on product titles within the Featured Collection quick-add pop-up in a Dawn-based store.
Key context:
- The quick‑add modal appears from a Featured Collection on a specific page. One participant noted this quick‑add function may not be native to Dawn and requested store access to verify.
Proposed solution:
- Add CSS to disable clicks on the product title anchor inside the quick‑add modal:
- Shopify Admin > Online Store > Themes > Actions > Edit code
- Open Assets > base.css and append:
quick-add-modal .product__title > a { pointer-events: none !important; }
Actions taken:
- Access to the store was requested and granted. A participant reported the change as completed.
Outcome:
- The original poster confirmed the issue is resolved. No further issues reported.
Status: Resolved; no outstanding questions. Images were shared but not required to apply the fix.