Change color inline list ttile

Good morning everyone!!

I would like to change the color of the text “Title” that names the Inline list component and the “Group by” (Date) with CSS and Rich text, but I haven’t been able to figure out what code makes this possible.
Thanks in advance !!

Captura de pantalla 2022-12-18 132448
Captura de pantalla 2022-12-18 132558

here you go:

Thanks @Uzo but this code doesn’t works. I’ve tried many days ago and doesn’t works.

Thanks for your help.

it works… where are you pasting this code? in Pages?

i’m pasting in app.

into a rich text component? i cant tell from your screenshot

Sorry @Uzo, the code only works for TITLE, doesn’t works for “DATE”

date??? what part is that?

It’s the Title when i “Group by” (Date) in options.

Captura de pantalla 2022-12-18 205131

[data-test="app-vertical-list"]  :first-child{
color:red
}

This code works for all items, not only the title DATE. :sweat_smile: :sweat_smile: :sweat_smile:
Maybe this works with !Important ??

Thanks in advance and all your help. :ok_hand: :ok_hand: :ok_hand:

I can’t find the class for that, you need to inspect that page and find:

.eNdBxr > :first-child{color:red!imoprtant}

it works, but you are probably going to have different class

i did it, It works with !important on each item.

So many thanks !!!

yea… glide change likely rules… now you have to add !important… my Code BOOK is old… :wink:

1 Like

Your CODEBOOK is a great help. It is one of my main resources when I have a problem. :raised_hands: :raised_hands: :raised_hands: :raised_hands:
So many thanks !!

2 Likes

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