Hi there,
I would like to remove the shopping bag title and the border under “SHopping bag”:
Hi there,
I would like to remove the shopping bag title and the border under “SHopping bag”:
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!