Home > Magento > How to add a class to body in magento

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

Categories: Magento Tags:
  1. No comments yet.
  1. No trackbacks yet.