change cart quantity logo to plane number

hey,

does anyone know how I can change the 1 into a normal “1” ?

Screenshot_32.png

thanks in advance

Hello @drew23

To change cart icon to normal ‘1’ Follow this steps :

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
div.cart-count-bubble{
  background-color: transparent !important;
  color: #000 !important; 
  font-size: 1.4rem !important;
}

Hope this works.

thanks!