Change text-color of TITLE component

Hello, I would like to change the text color of a TITLE component.
Can someone give me a hand with the CSS code, thanks in advance.

I think the below is the one you need. You’ll just need to add appropriate CSS attributes for text colour.

Thanks Darren, I’ve tried the code and it doesn’t work for me. Could it be because the data contained in the TITLE component is a TEMPLATE?

yeah, not sure. CSS is not one of my strong points.

@ThinhDinh might be able to help with this one.

Thanks @Darren_Murphy :slight_smile:

<pre><span><style>

[data-test="app-summary"] >div :nth-of-type(1) {
color: blue;
}

Please try this instead.

4 Likes

it works @ThinhDinh !! Thanks so much for your help !!! :slight_smile: :slight_smile: :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.