How to remove product and total text from cart header

Solved

How to remove product and total text from cart header

undercoverfresh
Excursionist
138 0 19

I’m looking to remove the product and total in the cart drawer for mobile and desktop on dawn theme 

 

url knmb1c-pf.myshopify.com

password samurai 

 

IMG_7590.jpeg

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 193

This is an accepted solution.

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

th#CartDrawer-ColumnTotal {
    display: none !important;
}

th#CartDrawer-ColumnProduct {
    display: none !important;
}

 

 

Result: 

LizHoang_0-1739377188281.png

 

Best,

Liz

 


Step 2: Find file base.css and add this code at the end of the file

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Reply 1 (1)

LizHoang
Shopify Partner
1251 159 193

This is an accepted solution.

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

th#CartDrawer-ColumnTotal {
    display: none !important;
}

th#CartDrawer-ColumnProduct {
    display: none !important;
}

 

 

Result: 

LizHoang_0-1739377188281.png

 

Best,

Liz

 


Step 2: Find file base.css and add this code at the end of the file

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program