Add classes to tag list

How would I go about adding odd and even classes to a tag list? Basically i want to color all the odd ones black, and make the even ones white.

How is your tag list marked up? If you have a list, you can use :nth-child(odd/even)

oh yes of course it would, I was going to wrap each tag from the field in span element, but either way CSS will do.

Silly me… my old brain forgets CSS can do stuff like this sometimes :frowning: