How to Remove H1 Tag from All CMS pages of Magento 2.3.6-p1?

Edit app/design/frontend/Eyewearca/glasses/Magento_Cms/layout/cms_index_index.xml, and add the following code:

<body>
   <referenceBlock name="page.main.title" remove="true" />
</body>

To clear the caches and run the following commands:

bin/magento s:s:d
bin/magento c:c
Published
Categorized as Magento