How can I delete product and total headings from my cart page?

hi, how can i remove the column headings: product and total from my cart page. - dawn theme 6.0.2

URL: nightlightcity.com

pass: bowchu

Hello @ni3

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you:

  1. Go to Online Store → Theme → Edit code:

  2. Open your theme.liquid theme file

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Hi @ni3

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

.cart-items th#CartDrawer-ColumnProduct, .cart-items th#CartDrawer-ColumnTotal {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly