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

Solved

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

justauser
Pathfinder
145 0 31

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

Capture1.PNG

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! 

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

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 </body> on theme.liquid

<style>

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


</style>

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 3 (3)

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

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 </body> on theme.liquid

<style>

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


</style>

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
justauser
Pathfinder
145 0 31

@niraj_patel  Thank you so much! it worked perfectly! 

lakeshorethrdco
Visitor
1 0 0

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.