Hello @Roger.ch ,
Changing the color is possible, you will find in the tutorial 6 on our support website, a guide to change it step by step.
Concerning the font, it's not as easy as the color. In TouchGFX, all texts are associated with a certain typography. That means that if you need to change the font for a certain text in your application, you'll need to duplicate your text in the text database and change the font. So you'll have 2 resources with the same text but with different typographies.

Changing the font runtime would also imply that in your code you'll need to change the text resource to show on your screen.