从Magento菜单中删除元素

I'm trying to remove this terrible "BUY THEME" link on our website: 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). 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.

Disable or Delete here: Magiccart > Magic Menu > Manage Menu

Add in CSS.

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