Change text color of the inline list

Just to make sure I get you right, do you mean the text in the “Design > Title” part?

<pre><span><style>
[data-test="list-item-subtitle"].textDetailStyle{
color: green;
}

It’s textDetailStyle not textStyle, the reason why your CSS did not work.

1 Like