Hey ! the span of cart header icon disappear when you click add to cart product on product page view :
the code of it is actually that on base.css:
.cart-notification-product__image img
{margin-top: 0 !important;
}
#cart-notification-button,
.cart-notification__links > button {
color: rgb(var(–color-foreground))!important;
}
.cart-count-bubble {
left: auto!important;
right: 0px!important
}
by the way, how can i change the color of button of cart notification pop up ? and as you can see below buttons have a line that i want to hide
thanks !




