Hello Team,
I have a repeating group that loads from an API. I need to apply some custom CSS (standard styling doesn’t achieve what I need). The issue is that the returned JSON objects can be either “type: A” or “type: B” and I need different styling for each on a hover event.
For example, on hover, if “type:A” then have a green background, if “type:B” have a red background.
I xan get the styling to work on hover but not different based on the object type.
Ideas?
Cheers
Kurt