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? ![]()
Thanks in advance!
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? ![]()
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!
Thank you very much JHKCreate. You made my day ![]()