Hi,
The font color is located in /inc/defaults.css
body,
button,
input,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 18px;
color: #999999;
}
change this :
color: #999999;
to :
color: black;