![]() |
Disabling Categories List On Mobile
Hello Community,
I was wondering if anyone knows a good way to disable the Categories list when viewing responsive theme in mobile. I have manually created the layout and text I want for Categories called Departments. This is fine in desktop mode as the theme doesn't show the automatic Categories list. However in mobile mode the Categories list appears along with my Departments list. I could do some tweaking but in order to allow for smooth theme upgrades I was checking with the community to see if there is a flag or setting I am missing. Thanks! |
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? |
Re: Disabling Categories List On Mobile
For the time being I modified the following file:
/skins/customer/layout/slidebar.twig However this could easily be overwritten on a future update. Also yes I have backup copies (several). |
All times are GMT -8. The time now is 10:56 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.