meisterix
Hi
Change the default color of BG will make many changes for you.
As the color is Black by default on the Light theme color
You can add the override code in custom.css file in the css folder instead of template.css
Use inspect element tool to check the style class : http://prntscr.com/1324px8
Now override that code in custom.css file and change the style code
.ja-news .mod-articles-category-title a {
color: #1a1a1a;
}
For change it only Home page you have add the page class in the font of code
Example :
.home-bs .ja-news .mod-articles-category-title a {
color: #1a1a1a;
}
Hope it helps.
Regards