How can I alter the color of my header text and icons?

Hello,

I can’t change the header text and icons color on my home page. I think I have done some wrong coding there.

Can someone help me change the black text and icons on my header to white color please? :slightly_smiling_face:

Thanks in advance!

Hi @maxroddy

Please add the following code to your theme.scss.css file at the very end:

a.site-nav__link {
    color: white!important;
}
#HeaderAccountToggle > span {
    color: white;
}

That should do it!

1 Like

Thank you very much JHKCreate. You made my day :slightly_smiling_face: