CSS for detail screen in "Show all"

I have an inline list that has a ‘Show all’ button.
However the details screen does not allow me to add rich text to change the background color to align with the rest of the app.

Is there a way around this?

“See All” gives you a list layout, not a details screen. Which is why you can’t add any CSS.
To get what you want, you’d need to create your own “See All” link using a rich text component, and set the action to show new screen → this item, then add the same list without the limit.

Update: see below for an example of a customised “See all” using CSS:

3 Likes

very slick - thank you

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