Hey bachbeet, I have an idea, but can't test it now, have a render running
look for following in the UIFILE
element[id=atom(help)]
{
fontsize: rcint(45) pt;
padding: rect(81rp,81rp,0,0);
contentalign: wrapright;
It is right after welcome shadow; add foreground, as follows
element[id=atom(help)]
{
foreground: rgb(r,g,

; (r,g,b = color you want)
fontsize: rcint(45) pt;
padding: rect(81rp,81rp,0,0);
contentalign: wrapright;
I have added this to other sections and then been able to change text color.