By default, the color of the Homepage title is set to white as shown below:
To change it, to black for example, go to Settings > Style and paste the below code at the bottom of the Custom CSS field:
.ko-homepage-top .hg-article-title{
color: #000000;
}
Replace the "#000000" part with the hex code of the color of your choice.