Home › Forums › Basel support forum › Remove "Nav Shop" when not on mobile Remove "Nav Shop" when not on mobile This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 28, 2017 at 2:56 pm #15704 svaldesmParticipant Hello, I want to remove the Nav Shop menu (category menu) when not in mobile, because I already have a sticky nav with the menu. I suppose it’s done via CSS, how can I do it? Thanks! June 28, 2017 at 2:58 pm #15705 Artem TemosKeymaster Hi, Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to do this .title-shop .nav-shop { display: none; } Regards Author Posts Tagged: category, nav shop Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register