Home › Forums › Support › disable mobile menu for primary menu only This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 13, 2018 at 10:06 am #755759 drew I found the great snippet at https://generatepress.com/forums/topic/possible-to-not-turn-nav-bar-into-a-button-on-mobile/#post-120858 for deactivating mobile menus but is there a way to only have this apply to the primary menu only? December 13, 2018 at 1:09 pm #755896 TomLead Developer Lead Developer That code is pretty old. Are you wanting your primary navigation to display fully on mobile instead of the toggle? December 13, 2018 at 1:10 pm #755898 drew Correct, it only has one menu item so it’s fairly redundant to make a user select it then select the very same item again in the slideout ๐ December 13, 2018 at 5:56 pm #756064 TomLead Developer Lead Developer Give this CSS a shot: @media (max-width: 768px) { .main-navigation button.menu-toggle, .main-navigation .mobile-bar-items { display: none; } .main-navigation ul { display: block; } } December 13, 2018 at 7:44 pm #756099 drew That does the trick, many thanks! December 13, 2018 at 9:29 pm #756134 TomLead Developer Lead Developer You’re welcome ๐ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In