How to remove total and price text on cart drawer

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

url knmb1c-pf.myshopify.com

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 :heart_eyes:

1 Like

Hi Undercoverfresh

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
.totals {
    display: none !important;
}

Result:

Best,

Liz

1 Like