View Single Post
  #2  
Old 04-25-2018, 08:45 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Hide the top menu bar

I'm not sure what "Storefront theme" you mean.

Anyway, you should either a) use the browser's "Inspect this element" function to find what the tag rendering the menu is and apply CSS styles that hide it on the page; or b) create a custom module that decorates the menu widget class (I guess you need this one: \XLite\View\Menu\Customer\Top) and makes it always return false in its isVisible() method.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote