Home › Forums › Support › How To Remove Primary Header From Mobile (Not Main Site) This topic has 1 reply, 2 voices, and was last updated 3 years, 10 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 29, 2020 at 4:41 pm #1148744 Fraser Hello! I was stuck on the setting, I do not want the primary menu to show on Mobile (only on Desktop) how do I do this in the setting? Thanks! January 29, 2020 at 5:11 pm #1148761 LeoStaff Customer Support Hi there, This CSS is required: @media (max-width: 768px) { #site-navigation { display: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 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