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 the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025