The CSS needs to go into a Rich Text component on the same screen as the inline list component, not in the title.
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:
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.