A store owner reported that the cart’s delete/bin button for removing items has disappeared in their Dawn theme. Customers are forced to clear cookies as a workaround, which is frustrating to explain.
Two solutions were proposed:
JavaScript fix: Add custom code to the theme.liquid file above the </body> tag to restore functionality.
CSS styling fix: Add CSS code to base.css to enable the button’s color visibility:
Both solutions involve editing theme code files. The CSS approach suggests the button may be present but invisible due to styling issues. Screenshots were provided showing the expected result after implementing the fixes.
Status: Solutions offered but not yet confirmed as resolved by the original poster.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
I remember there was a bin button for removing each item in the cart but it has disappeared.
Basically the customers need to clear cookies for removing the items from the cart. It is frustrating explaining such a workaround.