Change text color of the inline list

The CSS needs to go into a Rich Text component on the same screen as the inline list component, not in the title.

1 Like

Thanks! simple answer for complex question.

Another question… how can I know the name on an object for css point of view?
If I want to change the background color of grouping title, for example. I change the background color of each item reading this post, but, how can I know the [data-test=“list-item”] corresponding to another object?

If this possible?

To know stable names of objects, you should know a little bit of CSS to find those using “Inspect Element” in your browser.

Once you open the inspect element window, you can point to an element on the screen and its class name will appear, but it’s not always that straightforward.

Can we change the colour of text based on the result in In Line Text?
Something like if Status = Pending, we go for orange and if its Approved, we go for Green.

I need to do something like this:

image

Would have said it’s possible in Apps, but please don’t use CSS in Apps since it would break very soon. I doubt that’s possible in Pages.