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
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
Hi @AntonysaleBK , add the below code to your theme’s CSS file.
.header__icon svg g {
fill: #fff !important;
}
Thanks=)