Silahkan Melihat Tutorial di website kami dengan nyaman ENJOY YOUR LIFE ☕

add class in body tag in all page in magento


create local.xml file in theme





<?xml version="1.0"?>

<layout version="0.1.0">

    <default>
 
    <reference name="root"><action method="addBodyClass"><className>multi_page</className></action></reference>
 
    </default>
 
    </layout>


try this check it will add multipage calss in all page.




0 komentar:

Post a Comment

add class in body tag in all page in magento