Remove Cart Header & border in prestige 7.0.0

Hi there,

I would like to remove the shopping bag title and the border under “SHopping bag”:

https://g79a98qhghk4vx3u-73160851752.shopifypreview.com

1 Like

@admintb

Please add the following CSS code to your assets/theme.css bottom of the file.

.cart-drawer .h4 {overflow: hidden;opacity: 0 !important;}
.drawer::part(header) {
  min-height: min(var(--header-height),0rem) !important;
  border-block-end: 0px solid rgb(var(--border-color)) !important;
}

Thanks!

1 Like