Home › Forums › Support › Hiding main menu not working on mobile This topic has 3 replies, 3 voices, and was last updated 2 years, 11 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 23, 2023 at 4:56 am #2578549 Klara Hi, I had some issue hiding the logo/menu on the front page but showing the sticky. I got help here but now I’m having trouble getting it to work in the mobile view? https://generatepress.com/forums/topic/hide-menu-on-front-page-but-not-sticky/#post-2520667 March 23, 2023 at 8:59 am #2579019 DavidStaff Customer Support Hi there, try adding this CSS: #mobile-header.is_stuck { opacity: 1 !important; } April 3, 2023 at 1:31 am #2594180 Klara Hi! It solved the issue of it not being visible but still it’s not possible to click on it? I tried adding a z-index like so: #mobile-header.is_stuck { opacity: 1 !important; z-index:200 !important; } but it didn’t work. April 3, 2023 at 1:45 am #2594197 Fernando Customer Support Hi Klara, Try: #mobile-header.is_stuck { opacity: 1 !important; pointer-events:auto !important; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In