Browsed through all the forums and got multiple answers none of them seem to work correctly.
my site is https;//luxurymrkt.com
im looking to add item count like this pic
any help is appreciated
Browsed through all the forums and got multiple answers none of them seem to work correctly.
my site is https;//luxurymrkt.com
im looking to add item count like this pic
any help is appreciated
Hi @Luxurymrkt ,
Please follow the steps below:
Code:
b.innerHTML = count;
.cart-link__bubble--visible {
color: #000 !important;
background: transparent !important;
top: 10px !important;
right: 6px !important;
font-size: 9px !important;
}
Hope it helps!