All things Shopify and commerce
In dawn theme the cart page is very basic i want to enhance the cart page but when I was trying to do then base.css is blocking me to do the changes. Changes are showing but it is not looking good and also I don't want to overrirde in my code. Can anyone tell me how to proper redesign the cart page properly. in the dawn theme. If it is possible to proper redesign in the same code then please let me know
Solved! Go to the solution
This is an accepted solution.
To properly redesign the cart page in the Dawn theme without overriding base.css, you can create custom CSS classes in a new stylesheet (e.g., custom-cart.css) and include it conditionally on the cart page via theme.liquid. Target elements specifically using cart-page class names and avoid generic selectors to prevent style conflicts. You can also duplicate and customize main-cart-items.liquid in sections to change layout or structure without breaking core functionality.
This is an accepted solution.
To properly redesign the cart page in the Dawn theme without overriding base.css, you can create custom CSS classes in a new stylesheet (e.g., custom-cart.css) and include it conditionally on the cart page via theme.liquid. Target elements specifically using cart-page class names and avoid generic selectors to prevent style conflicts. You can also duplicate and customize main-cart-items.liquid in sections to change layout or structure without breaking core functionality.
Thankyou for this solution
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025