How to change header text colour in debut

Help!!

I’ve changed my header colour to match my new logo, and can’t figure out how to change the text colour of the header menus, so currently the header and header text are both white….

I spent an hour on live chat with a shopify partner last night but they couldn’t resolve it. Any ideas from this group please?

I’m not techy at all so please explain any suggestions as simply as possible :slightly_smiling_face:

Url is www.elizaandted.co.uk

@EandT Go to assets/theme.css and paste below css at bottom of file.

ul.site-nav>li span.site-nav__label
color: #000 !important;

Thank you. No change :disappointed_face:

it seems, you missed opening { braces in theme.css at last.

your css line is:
ul.site-nav>li span.site-nav__label color: #424242 !important;
}

which should be

ul.site-nav>li span.site-nav__label { color: #424242 !important;
}

Thank you, just tried that and it still doesn’t work…

Actually…..the issue is fixed on desktop, but still present on a mobile device. Any ideas? Thanks for your help !

Your navigation is working fine I don’t see any issue can u share screenshot for reference

You’re right….it works! Thanks so much