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 !!
Thanks @Uzo but this code doesn’t works. I’ve tried many days ago and doesn’t works.
Thanks for your help.
Uzo
December 18, 2022, 7:30pm
4
it works… where are you pasting this code? in Pages?
Uzo
December 18, 2022, 7:43pm
6
into a rich text component? i cant tell from your screenshot
Sorry @Uzo , the code only works for TITLE, doesn’t works for “DATE”
Uzo
December 18, 2022, 7:48pm
8
date??? what part is that?
It’s the Title when i “Group by” (Date) in options.
Uzo
December 18, 2022, 7:55pm
11
[data-test="app-vertical-list"] :first-child{
color:red
}
Uzo
December 18, 2022, 8:12pm
13
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 !!!
Uzo
December 18, 2022, 8:14pm
15
yea… glide change likely rules… now you have to add !important… my Code BOOK is old…
1 Like
system
Closed
December 19, 2022, 8:21pm
17
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.