How can i change size and color of cart symbol?

hi, I managed to change my shopping cart icon, but I would like to make the icon smaller and change the color. Can someone please help me with this.

(i want the shipping cart in white and the size same as the search bar.)

4f4f4.png

Thanks

Hello, can you send the link of your store?
Thank you!

Hey @Anonymous

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

i’m using the studio theme.

kind regards

Hey @Anonymous

I need to have a look on your website coding so please share your Store URL.

Best Regards,

Moeed

Hello @Anonymous

please find your cart icon’s classname first such as “cart-icon”

and add the css code into your theme.css

.cart-icon{
  width:20px;
  height:20px;
}

if has svg

.cart-icon svg{
  width:20px;
  height:20px;
}