Skip to content

Instantly share code, notes, and snippets.

@magevision
Created January 26, 2026 12:42
Show Gist options
  • Select an option

  • Save magevision/2bbf2939f3674b88f6f53ed95997ff29 to your computer and use it in GitHub Desktop.

Select an option

Save magevision/2bbf2939f3674b88f6f53ed95997ff29 to your computer and use it in GitHub Desktop.
RemoveDefaultFooterLinks
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<!-- Privacy and Cookie Policy -->
<referenceBlock name="privacy-policy-link" remove="true"/>
<!-- Advanced search -->
<referenceBlock name="catalog-search-advanced-link" remove="true"/>
<!-- Orders and Returns -->
<referenceBlock name="sales-guest-form-link" remove="true"/>
</body>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment