How can I customize the cart icon color to white on all pages?

Can you tell me how to customize the cart icon so that it is always displayed in the same color “white” on all pages?

Right

not right

https://08f3ba-3.myshopify.com

Hi @AntonysaleBK , add the below code to your theme’s CSS file.

.header__icon svg g {
    fill: #fff !important;
}
1 Like

Thanks=)