I am looking to remove the estimated total text and price text on the bottom of dynamic buttons in the cart drawer on dawn theme for mobile and desktop
password samurai
A user wants to remove the “estimated total” text and price display from the cart drawer’s bottom section (above dynamic buttons) in the Dawn theme, affecting both mobile and desktop views.
Two solutions were provided:
Liquid template editing approach:
snippets/cart-drawer.liquid<div> element with class .totalsCSS hiding approach:
base.css file.totals {
display: none !important;
}
Both methods achieve the same visual result. The CSS approach is less invasive and easier to reverse, while the Liquid approach completely removes the code from the template. The discussion remains open with no confirmation from the original poster about which solution was implemented.
I am looking to remove the estimated total text and price text on the bottom of dynamic buttons in the cart drawer on dawn theme for mobile and desktop
password samurai
Hi @undercoverfresh , to do that, please follow our instructions:
Step 1: Open Online Store → Themes → Edit code.
Step 2: Find snippets/cart-drawer.liquid
Step 3: Delete div with .totals class (like this image):
If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you ![]()