在magento cms>页面上添加自定义样式

Ruc*_*hil 2 php magento

我怎样才能在magento中将自定义样式添加到perticular pag中:

我想知道如何在页面编辑器中添加样式标记

Muf*_*dal 5

您可以为cms页面添加自定义样式表.只需在您的cms页面打开设计选项卡和布局更新xml字段中执行此操作,只需添加此代码即可

<reference name="head">
<action method="addCss">
    <stylesheet>css/your.css</stylesheet>
</action>
</reference>
Run Code Online (Sandbox Code Playgroud)

希望对你有帮助