If you want to add css class for only nonanchor category, then you need to add below code in app/design/frontend/Isev/[your-theme]/Magento_Catalog/layout/catalog_category_view_type_default.xml
<body> <attribute name="class" value="nonanchercat"/> </body>

