Hello
Assuming you are referring tot he 'Home' menu item text, to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.hornav ul.menu > li > a,
.hornav ul.menu > li > span {
color: white !important;
}
Ciaran