How to change the cart icon's color? DAWN THEME

I would like to change the cart icon’s color to red which is in the nav bar of the site, please refer to the picture below for clarification

As you can see, currently the cart icon is on black color and I would like to change it to red color

ABBASI (abbasigems.com)

Password: testingpage

Thank you, Any sources or help are much appreciated!

Hello @justauser

You can add code by following these steps to set red colr of cart icon

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.header__icon--cart svg { fill:#ff0000 !important; }
1 Like

@niraj_patel Thank you so much! it worked perfectly!

I did this and it worked, but is there any way to have the home page icon color be different than every other page icon color? I have a header image that is dark, but every other page is light colored.