Search for: Log In Free Support [Support request] How to disable primary menu? Home › Forums › Support › How to disable primary menu? This topic has 1 reply, 2 voices, and was last updated 6 months, 1 week ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 12, 2020 at 11:02 pm #1361489 Mamta Kumari Hi, I have two menus – Primary Menu and Secondary Menu on my site. Both display fine on Desktop and on Mobile. But I don’t want to display Primary Menu at all on mobile. I tried the following code to disable Primary Menu but it doesn’t work. @media (max-width: 768px) { .menu-toggle { display: none !important; } } Please help. July 13, 2020 at 2:32 am #1361646 DavidStaff Customer Support Hi tere, try this CSS: @media (max-width: 768px) { .main-navigation .menu-toggle { display: none !important; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In