I am stumped. I need help styling a taxonomy page -- a list of nodes tagged with the specific taxonomy term.
I have created a menu out of a set category of vocabulary terms. Each term goes to a page of nodes, as taxonomy does this anyway. I am trying to style this particular page of nodes. For example. These terms fall under the category of "career". Under career are a number of career names. These names, or types are a term that certain career types fall under (i.e. photographer, graphic artist, or web designer would fall under "creative")
What I need to do is be able to style that page of listed nodes. I am trying to target the category rather than each individual node, that would be a nightmare.
What I have already tried and failed with:
-recreated a taxonomy.css and taxonomy.tpl.php in the theme to override
-tried the tpl multiple ways, taxonomy-term.tpl.php, taxonomy-term-career.tpl.php, page--taxonomy-term.tpl.php, page--taxonomy.tpl.php and page--taxonomy-term-career.tpl.php, and probably a few other similar combinations as the ones I listed
-styling by class of .taxonomy
-targeted the classes that firebug picks up (ends up that it targets the classes that are in the general styles of the theme. So back to square one)