Skip to content

Instantly share code, notes, and snippets.

@vasilii-b
Created July 27, 2018 11:21
Show Gist options
  • Save vasilii-b/1b127a3f54771d2c9d4c5705af6e4fc8 to your computer and use it in GitHub Desktop.
Save vasilii-b/1b127a3f54771d2c9d4c5705af6e4fc8 to your computer and use it in GitHub Desktop.
Set body class using XML layout
<?xml version="1.0" encoding="UTF-8" ?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<attribute name="class" value="custom-class"/>
</body>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment