Re: CHANGE COLOR OF HEADER ICONS TO WHITE IN DAWN 3.0 THEME

Solved

CHANGE COLOR OF HEADER ICONS TO WHITE IN DAWN 3.0 THEME

CNatural
Excursionist
22 0 5

Hello! I have tried EVERYTHING it seems and nothing is working. I want to change the header icons to white. Currently they are black and it looks terrible: 

 

Screen Shot 2022-07-17 at 5.13.14 PM.png

I looked at other threads and have tried adding multiple codes to the base.ccs file, etc. and nothing has worked. ANY HELP IS GREATLY APPRECIATED!! 

 

My store URL is: www.chickysnatural.com

Accepted Solution (1)
Sheesh_b
Shopify Partner
523 116 120

This is an accepted solution.

Hi @CNatural 

Go to base.css under assets and find the code on line 2781

Sheesh_b_0-1658315205327.png

 

and just remove

* {
	color: #000;
}

Remove it carefully and check the enclosing tags.

 

This will surely solve your issue, finally.

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION

View solution in original post

Replies 10 (10)

Sheesh_b
Shopify Partner
523 116 120

Hi @CNatural 

Paste this css at bottom of base.css

header__icons .header__icon .icon, * * {
	color: #fff;
}

 

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION
CNatural
Excursionist
22 0 5

Hi @Sheesh_b, that didn't work either.

 

Could you take a look at my store code and fix it for me? I've tried everything and for some reason nothing works.

KetanKumar
Shopify Partner
37622 3670 12166

@CNatural oh sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

header__icons .header__icon .icon, * * {color: #fff !important;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
CNatural
Excursionist
22 0 5

Hi @KetanKumar that didn't work either 😞 Not sure what to do. Nothing is working. 

CNatural
Excursionist
22 0 5

@KetanKumar @Sheesh_b I just realized that the code is working BUT it's working only for mobile and not for DESKTOP! The icons are still black on desktop view. Can you provide me with code for it to show white on DESKTOP also?

Sheesh_b
Shopify Partner
523 116 120

Hi @CNatural 

Mobile working

Sheesh_b_0-1658172469960.png

 

 

Desktop also is working

Sheesh_b_1-1658172513921.png

 

Can you show the website after adding above css.

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION
CNatural
Excursionist
22 0 5

@Sheesh_b Unfortunately, it's turning other elements in my page to white also: 

Screen Shot 2022-07-18 at 7.04.42 PM.png

 

Is there a code so that it works without doing this? 

Sheesh_b
Shopify Partner
523 116 120

This is an accepted solution.

Hi @CNatural 

Go to base.css under assets and find the code on line 2781

Sheesh_b_0-1658315205327.png

 

and just remove

* {
	color: #000;
}

Remove it carefully and check the enclosing tags.

 

This will surely solve your issue, finally.

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION
CNatural
Excursionist
22 0 5

Thank you so much @Sheesh_b! I really appreciate it!!!!

KetanKumar
Shopify Partner
37622 3670 12166

@CNatural 

It can be done by doing some code customization. please send me a personal message and we can discuss what you'd like

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing