Hi,
To change the font color for the latest news box on the home page
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code and change the color code as per your need
.news-box h6 a { color: #000000 !important; }
.news-box p { color: #000000 !important; }
Regards
Grace Themes