How to give different color text widgets

1
  Hi All,   Can anyone suggest to me how to get this different color like the status and priority column in the text widget? I had tried with text widgets in an expression using that condition, see the second image, but it didn't work, if anyone knows how to do it, please assist me.         Thank You
asked
1 answers
2

Hi Neeraj,

I recommend looking at some of the documentation for styling to see which classes are available. In your case, you probably want to use the ‘text-danger’ class, not ‘font-danger’.

 

Refer to this page for more information: https://docs.mendix.com/howto/front-end/styles

answered