Hey guys,
at the moment you cant see the menu text in the header because it’s black on a dark background. I need the text color to be white please.
https://hg2cy8uwhgd7k7fy-69711397132.shopifypreview.com
Thank you!
Hey guys,
at the moment you cant see the menu text in the header because it’s black on a dark background. I need the text color to be white please.
https://hg2cy8uwhgd7k7fy-69711397132.shopifypreview.com
Thank you!
Hi @domo2 ,
Try this.
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu * {
color: white;
}
Result:
I hope it help.
It worked thank you. But i forget to mention that it has to be white only on the frontpage, not on all the other pages. Now it’s white on every page.