header icons disappeared

Solved

header icons disappeared

Ab52
Explorer
62 0 14
Accepted Solutions (2)

Sweans
Shopify Partner
406 79 123

This is an accepted solution.

Hi @Ab52,

 

You can change the color and size by adding a simple line of CSS:

 

.header__icon-list svg {

    color: #fff;

}

 

To do this, go to your online store, navigate to themes, click on the three dots of the current active theme, then select "edit code." Search for theme.css/base.css in the left sidebar, open it, and paste the provided code.

Save and check for the result.

Sweans_0-1725855036006.png

I hope this helps! If it does, please like it and mark it as a solution! 

If you need further assistance, feel free to reach out!

 

Regards,

Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at [email protected] regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

GTLOfficial
Shopify Partner
543 115 108

This is an accepted solution.

Hello @Ab52 
Go to online store ----> themes ----> actions ----> edit code---->theme.css
add this code at the end of the file.

a {
color: white !important;
}

result
3.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

Sweans
Shopify Partner
406 79 123

This is an accepted solution.

Hi @Ab52,

 

You can change the color and size by adding a simple line of CSS:

 

.header__icon-list svg {

    color: #fff;

}

 

To do this, go to your online store, navigate to themes, click on the three dots of the current active theme, then select "edit code." Search for theme.css/base.css in the left sidebar, open it, and paste the provided code.

Save and check for the result.

Sweans_0-1725855036006.png

I hope this helps! If it does, please like it and mark it as a solution! 

If you need further assistance, feel free to reach out!

 

Regards,

Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at [email protected] regarding any help.
- To know more about me check out www.sweans.com

GTLOfficial
Shopify Partner
543 115 108

This is an accepted solution.

Hello @Ab52 
Go to online store ----> themes ----> actions ----> edit code---->theme.css
add this code at the end of the file.

a {
color: white !important;
}

result
3.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh