464
Views
2
Comments
I want to set the color attribute for text, across the whole site. How do I do?
Question

I want to set the color attribute for text, across the whole site. How do I do?





2019-10-30 14-18-23
Aliaksandr Kasko

Hi Nguyen,

you can change color of text in css tab for your app, i.e.:

html {
    color: red;
}
2020-02-28 09-46-54
Eduardo Jauch

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. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.