如您在上方的导航中所见,如何删除一些导航并更改标题?例如,删除对订阅的Address Book
更改NewsLetter Subscriptons
我在寻找css文件nav items
,发现了这一点:
<?php
/**
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/** @var $block \Magento\Framework\View\Element\Html\Links */
?>
<?php /** @var $block \Magento\Customer\Block\Account\Navigation */ ?>
<div class="block account-nav">
<div class="title">
<strong><?php /* @escapeNotVerified */ echo __('My Account'); ?></strong>
</div>
<div class="content">
<nav class="account-nav">
<ul class="nav items">
<?php echo $block->getChildHtml();?>
</ul>
</nav>
</div>
</div>
从这里我一直在寻找\Magento\Framework\View\Element\Html\Links
但有点卡住,不知道该怎么办。
我是magento 2的新手,所以这里有点菜鸟。
customer-account-navigation-wish-list-link