How to Remove Footer Links and Subscribe Field from Luma footer of Magento 2.3.7?

Say your own vendor name is Young, and your theme name is eyewear, and the theme’s parent theme is Luma.  Go to:

 

vendor\magento\theme-frontend-luma\Magento_Catalog\layout, and copy default.xml

 

to:

 

app/design/frontend/Young/eyewear/Magento_Theme/layout.

 

Edit default.xml, which is under

 

app/design/frontend/Young/eyewear/Magento_Theme/layout.

 

Add:

 

<referenceBlock name=”footer_links” remove=”true”/>
<referenceBlock name=”form.subscribe” remove=”true” />

 

Before:

 

</body>
</page>

 

 

Run bin/magento c:c.