header icons disappeared

Help, for some reason my header icons disappeared, see attachment.

https://cdn.shopify.com/s/files/1/0741/4461/2617/files/IMG_9560.jpg?v=1725835851

https://x9ky5vd41rye611d-74144612617.shopifypreview.com

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.

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

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

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

Can you also help me get the ‘my account’ icon in header on mobile. I want I as in The attachment

https://cdn.shopify.com/s/files/1/0741/4461/2617/files/IMG_9565.jpg?v=1725864550

https://cdn.shopify.com/s/files/1/0741/4461/2617/files/IMG_9564.jpg?v=1725864550

https://cdn.shopify.com/s/files/1/0741/4461/2617/files/IMG_9563.jpg?v=1725864551