How can I remove the black point from an empty cart icon on mobile view?

NEED HELP

Please remove the black point in the Cart Icon when it is empty.

I shows even the Cart is empty…

Shop Link: https://93f811-2.myshopify.com/

Use this CSS code.

.header__cart-dot {
    display: none !important;
}
1 Like

@KabirDev Can you make the dot showing when something is in the cart?