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/
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;
}
@KabirDev Can you make the dot showing when something is in the cart?