ok matt heres what you do open up your 947 styles file the block of code you need to edit is on lines 545 - 549 im using a text editor that shows line numbers (notepad++)
the code will look like this
quote:
Element[class="CommonLabel"]
{
Fontface:rcstr(20071);
Fontsize:rcint(20102)pt;
}
change it to this
quote:
Element[class="CommonLabel"]
{
Foreground:rgb (255,255,255);
Fontface:rcstr(20071);
Fontsize:rcint(20102)pt;
}
this block controls all the text you pointed to, i use 255,255,255 as the rgb reference in the above code which will turn all that text white however you can use whatever colour you prefer in its place
regarding the images at the top 701, 703 & 706 yes they are also in the toasts change these images to a colour you prefer and reference them in your skininfo file in the replace section of your resgroup, toasts are in window 921 so if you wanna use seperate version of these images in the toast edit the 921 styles file
i hope this helps.