Has anyone been able to successfully color code the tags in the Kanban collection? I do not have a lot of requirements for whether or not the text is colored or the tag, but I would like to include some visual distinction between tags. Willing to consider all options here.
With custom css it should be possible I havenāt tried it, yet.
Another thing is to use the custom AI component, if it would work, last time I tried it couldnāt create a Kanban functionality (but it did get the tags right)
Iāll share what Iāve done for my kanban. My CSS skills are not great and I know there are much better ways to target certain elements, but this is working for me right now. The tags arenāt all different colors, but they stand out a lot better than the white on white trend in Glide.
Iāve applied a class name of ākanbanā to my kanban component. If someone wants to clean up my CSS for me I wouldnāt be upset.
Iām sure there are ways to do it. Others will have better knowledge, but I almost guarantee itās possible based on the words within the tag. Only downside is that you have to hardcode for each possible tag that you could have so its not very dynamic.
The tags from the kanban in HTML are in the form of span text, so they cannot be used as selectors. Unless you maintain the order, CSS can utilize the :nth-child(n) selector. In other words, the empty tags must be filled, for example, with ā-ā.