Re: How to change fill color of cart and account icons on header? Dawn Theme

How to change fill color of cart and account icons on header? Dawn Theme

carodeal1
New Member
5 0 0

Hello,

 

I'd like the cart and account icons fill in my header to be a specific hex color (#e5da01) and would still like to keep the outline black.

How can I do that?

 

Thank you!

carodeal1_0-1720375499869.png

 

Replies 8 (8)

Guleria
Shopify Partner
3395 676 957

Hello @carodeal1 ,

 

Please share the store URL.

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
carodeal1
New Member
5 0 0

Hi Guleria,

 

Store is http://artfultransfers.com

Password: yeopow

 

Thank you!

 

Guleria
Shopify Partner
3395 676 957

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.header__icon, .header__icon--cart .icon { 
    color: #e5da01;
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
carodeal1
New Member
5 0 0

Hi Guleria,

 

Thank you for your response.

I added the code to the bottom of my base.css file but it doesn't work.

carodeal1_0-1720436208328.png

 

Anything else I can do?

 

Thank you!

 

Guleria
Shopify Partner
3395 676 957

Seems you break the existing css. 
Revert the changes and add css in the bottom but after this closing tag  } 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
carodeal1
New Member
5 0 0

It works now, nbut it's making the outline of the icons yellow.

carodeal1_0-1720438987221.png

 

I want the outline to be black and the fill to be yellow.

How can I do that?

 

Thank you so much

Guleria
Shopify Partner
3395 676 957

Sorry not possible with these icons 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
carodeal1
New Member
5 0 0

ok thank you