Preconditions:
I installed Magento 2 with sample data used luma theme for customised right now .
I installed Magento 2 with sample data used luma theme for customised right now .
Now I'm trying to remove Footer subscriber form in mycustom theme which I created before.
As I tried to remove it from layout by
m2\vendor\magento\theme-frontend-luma\Magento_Theme\layout\default.xml
m2\vendor\magento\theme-frontend-luma\Magento_Theme\layout\default.xml
Just need to copy paste
<referenceBlock name="form.subscribe" remove="true" />
if you want to remove footer then you remove block like this.
<referenceBlock name="footer_links" remove="true" />
in above file file m2\vendor\magento\theme-frontend-luma\Magento_Theme\layout\default.xml
default.xml file used to change layout of page if file doesn't exist then you can create your own file
<?xml version="1.0"?>
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="form.subscribe" remove="true" />
<referenceBlock name="footer_links" remove="true" />
</body>
</page>
This file can be used to include files like CSS , Javascript files, or change your layout by default if you want to override default layout of existing theme in your custom theme..
nice informative post. Thanks you for sharing.
ReplyDeleteMagento 2 is a re-invisioning of the platform bringing it up to date with the latest development practices as a foundation for future features and growth.
Magento 2
Looking to Hire Laravel Developer? Look no further! Connect Infosoft Technologies offers experienced developers to bring your web projects to life with seamless functionality and performance.
ReplyDelete