At the moment the front page is transparent header so the text is white.
When we scroll the menu background goes white and is it possible to make the menu text go a different colour
First read this please : did you fill in the enfold options on transparency header? or how did you set up your white font on transparency header?
Dashboard – Enfold Child – Header : “Transparency Options” – there is that setting for : “Transparency Menu Color”
The default way would be to set the font color options on General Styling : Logo Area Background Colors – and for transparency see above.
________
Have you set a shrinking header? then you can do it page dependent – by using that additional Class on #header : header-scrolled
#top.page-id-123 .header_color.header-scrolled .main_menu ul:first-child > li > a {
color: red
}
Sorry, having a dumb-day!