Site logo

[Support request] Hiding main menu not working on mobile

Home Forums Support [Support request] Hiding main menu not working on mobile

Home Forums Support Hiding main menu not working on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #2579019
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    #mobile-header.is_stuck {
        opacity: 1 !important;
    }
    #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.

    #2594197
    Fernando
    Customer Support

    Hi Klara,

    Try:

    #mobile-header.is_stuck {
    opacity: 1 !important;
    pointer-events:auto !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.