How can I remove item borders in my cart using the Dawn theme?

Topic summary

A user seeks to remove borders around cart items in the Dawn theme.

Proposed Solutions:

  • CSS Approach: Add code to the base.css file targeting .cart-item.global-media-settings with border: none;

  • theme.liquid Modifications: Two responders suggest adding custom CSS or markup code before the closing </head> tag (one response) or above the </body> tag (another response) in the theme.liquid file

Note: The specific code snippets in the latter two solutions appear corrupted or reversed in the original text, making exact implementation unclear. The CSS-based solution provides the clearest technical direction.

Status: Multiple solutions offered; no confirmation yet on which approach successfully resolved the issue.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

Hey @jakegrieveson

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed