Is there a way to add a css class for an individual panel to the body tag (or maybe the wrapper).

I want to be able to restyle the header (which also has the primary links) for certain panels. If a class of 'panel' or something was added to the body tag i could do this all with css very easily.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

The body tag is in your page.tpl.php and what tags go there is entirely up to the theme. You'll have to see if you can figure out what panel you're on there and apply the right classes, perhaps in THEME_preprocess_page()