Trying to remove page title on the POP, but title doesn`t removed:
- frontend/.../.../Magento_Catalog/layout/catalog_category_view.xml
- app/design/frontend/.../.../Magento_Catalog/layout/override/base/default.xml
- app/design/frontend/.../.../Magento_Theme/layout/override/base/default.xml
removed only from this path(for all pages!):
- vendor/magento/module-theme/view/frontend/layout/default.xml
<referenceBlock name="page.main.title" remove="true" />
How I can remove title only for POP page in my theme?