View Single Post
  #2  
Old 06-26-2018, 10:18 AM
 
mcupka mcupka is offline
 

eXpert
  
Join Date: Jan 2013
Posts: 204
 

Default Re: Disabling Categories List On Mobile

In the XC demo (https://demostore.x-cart.com), you'd hide it with this:

@media (max-width: 767px) {
#secondary-menu>.footer-menu>.leaf {
display: none;
} }

But that's Crisp White. Do you have a live link you can provide?
Reply With Quote