Magento 2 Customer XML – How to Remove My Account Navigation Links

customermagento2xml

How to remove Stored payment method links from the navigation menu on customer account page?

Best Answer

You can remove by add this code to your theme default.xml file.

<referenceBlock name="customer-account-navigation-my-credit-cards-link" remove="true"/>
Related Topic