简体   繁体   English

从Magento菜单中删除元素

[英]Removing an element from Magento menu

I'm trying to remove this terrible "BUY THEME" link on our website: https://www.minxny.com 我正在尝试在我们的网站上删除此可怕的“购买主题”链接: https : //www.minxny.com

In case you're concerned, yes we legally purchased this theme through a 3rd party contractor who is no longer working with us. 如果您担心,是的,我们通过与我们不再合作的第三方承包商合法购买了该主题。 I'm in the process of retrieving the license from him (I don't even know where to put it in Magento). 我正在从他那里获取许可证(我什至不知道在Magento中放置许可证)。 I want to get rid of the link today if possible. 如果可能,我想今天删除链接。

I'm guessing I'd have to change a php files somewhere but I don't even know where to begin looking. 我猜我必须在某个地方更改php文件,但我什至不知道从哪里开始寻找。

Add in CSS. 添加CSS。

.level0.ext.first {
  display: none;
}

在此处禁用或删除:Magiccart> Magic Menu>管理菜单

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM