hey,
does anyone know how I can change the 1 into a normal “1” ?
![]()
thanks in advance
hey,
does anyone know how I can change the 1 into a normal “1” ?
![]()
thanks in advance
Hello @drew23
To change cart icon to normal ‘1’ Follow this steps :
div.cart-count-bubble{
background-color: transparent !important;
color: #000 !important;
font-size: 1.4rem !important;
}
Hope this works.
thanks!