Per our conversation, is it possible to theme the Taxonomy List so that the Top entries have identical formatting and the largest/bold typeface?

Comments

nancydru’s picture

"a.taxonomy-list-term" is the class for the non-parent terms - well, actually, all terms. If the term is a parent, it has an additional div above it, with a class of "taxonomy-list-parent". The children are within a class of "taxonomy-list-children". You may override the CSS to be any way you want on your site.

If you are not using Firefox and the Firebug extension, I highly recommend them for working with Drupal.

nancydru’s picture

Status: Active » Closed (fixed)

No further follow up, so I assume this answered the question.