How to add a class to body in magento

To add a new class to the body tag in Magento,  use the code below in the design layout

<reference name="root">
<action method="addBodyClass"><className>new-class-name</className></action>
</reference>

Cheers!
Amjath

Leave a Reply

Your email address will not be published. Required fields are marked *