I've been trying to figure out some layout update xml directives to add, remove or otherwise modify css attributes for elements. Something like:
<reference name="breadcrumbs">
<action method="setElementClass"><value>light</value></action>
</reference>
But without any luck at all.
Why do this? - because, in this case and for some pages, I want to handle the breadcrumbs differently. I spose I could make a few different breadcrumb templates and update them on a page by page basis, but this seems like overkill.
Given the Googles silence on this subject makes me wonder if I'm the only one to ever need this seemingly reasonable behavior.
Is there a way to elegantly modify classes for template blocks via update xml?
cheers -
b[]x