Quantcast
Channel: Amjath.com
Viewing all articles
Browse latest Browse all 14

How to add a class to body in magento

$
0
0

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


Viewing all articles
Browse latest Browse all 14

Trending Articles