I want the breadcrumbs to appear in a different way.

So how do I apply a class="whatever" to the path?

Right now I am just using <?php print $breadcrumb ?> to display the breadcrumbs.

Comments

MGN’s picture

Status: Active » Closed (fixed)

This isn't really a taxonomy_breadcrumbs issue. Look at phptemplate_breadcrumb function in the template.php file within your theme directory. You can modify this function to alter the markup to use whatever css you like.