Created
May 11, 2017 11:54
-
-
Save cagartner/c990eb8f1981892ced74c80a9bddeb82 to your computer and use it in GitHub Desktop.
Magento 2 remove top links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<referenceBlock name="my-account-link" remove="true" /> | |
<referenceBlock name="register-link" remove="true" /> | |
<referenceBlock name="wish-list-link" remove="true" /> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment