Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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:
Best,
Liz
Step 2: Find file base.css and add this code at the end of the file
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:
Best,
Liz
Step 2: Find file base.css and add this code at the end of the file
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025