I want to set the color attribute for text, across the whole site. How do I do?
Hi Nguyen,
you can change color of text in css tab for your app, i.e.:
html { color: red; }
Just remember that if a more specific css selector exists to change the text colour, it will overwrite your own.
In any case, I would not use a methid like this alone.
OutSystems UI has a theme and you should work with this theme, using a style guide.
Cheers.