Ok, so I am very familiar with CSS, and use it a lot in my app, but I think I’ve stumbled upon something I can’t do. Maybe someone has a good idea.
I have an inline list that shows predicted sports scores of matches. What I want to do is change the color of the title element of a list entry based on conditions. I’ve already created an If-then-else column and template column to create the CSS code I want for each row, as you can see in the picture below:
But how do I apply that to my list so it effects each row differently? When I put that template into a rich text component below the list, it just uses the CSS from the top row and applies it to the whole inline list, it doesn’t use the dynamic CSS for each row list entry. Is there any way to do this?