Per our conversation, is it possible to theme the Taxonomy List so that the Top entries have identical formatting and the largest/bold typeface?
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
Comment #1
nancydru"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.
Comment #2
nancydruNo further follow up, so I assume this answered the question.