How to change color of shopping bag and cart counter express theme

I need to change the color of the shopping bag and cart total counter in header, any help?

@khobekakes Please share the store URL.So that I can check and give you the exact solution.

URL

khobekakes.com

PW: frasta

1 Like

@khobekakes

Please add this code to your theme.min.css or theme.css file.

Navigate to online store >> Click edit theme code.

Now find theme.min.css or theme.css and paste the following code:

.header__cart-indicator svg{color: red !important;}
.header__cart-count-bubble {background: orangered !important;
    color: black !important;}

Change the color according to your preferences.

I hope it will be helpful for you.

Thanks

Did it solve your issue?

- If yes, Like & Mark As Solution to help the community

- If not, let me know. also share a screenshot of the code that you added.

@khobekakes

Welcome to shopify community.

Let me know if code can’t work, it can be change on the changing the icon.

It can be done by custom coding. If you change the svg icon then it will be change.

If you need help let me know I will surely help you.

Thank you.