Comments

mpgeek’s picture

If you were going for something general that users could configure, you might have a look at Taxonomy Formatter. The module does all the grunt work of giving you a configurable display style for Taxonomy Terms that can be configured to produce Foundation Label styles on terms. You just drop in the Foundation label classes into the term formatter configure form when setting up an entity display style or field-based view. The handiness there is that i can reuse the same broad CSS over and over (think: having tens of colors associated with classes in the sass/css) while using the display formatter to pick styles per project, per view mode/style.

abelb’s picture

sweet! thanks eric, i will check it out.

I wonder if I should just not style the Taxonomy terms at all and just let the user pick which method they want. I don't want to include another module dependency.

What do you think?

abelb’s picture

I decided to just add the wrapped around each field item. If the user wants to remove this and then use taxonomy formatter module they can. it's a really cool module but I don't want to create another dependency

abelb’s picture

Status: Active » Closed (fixed)