Quote Originally Posted by picaflor-azul View Post
I would add a display:none; to the responsive_default.css file for the media query that is appropriate to the screen size for which you want to hide the categories tabs.

Thanks,

Anne
Thanks Anne,

As always, you're spot on! Added #menu{display:none;} to @media (min-width:980px) in responsive_default.css.

CSS saves the day again!