How to add css class on body [Magento2]
In your layout or template file, you need to add an attribute to the body tag, like this:
<body>
<attribute name="class" value="my-css-class"/>
...
Hope that Helps
In your layout or template file, you need to add an attribute to the body tag, like this:
<body>
<attribute name="class" value="my-css-class"/>
...
Hope that Helps