Site logo

[Resolved] Hide primary sticky menu on mobile only on this page

Home Forums Support [Resolved] Hide primary sticky menu on mobile only on this page

Home Forums Support Hide primary sticky menu on mobile only on this page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2484440
    Willya

    Hi,

    Is it possible to only hide primary sticky mobile menu only on this page (url of the page is on private information).
    I’ve install the custom CSS plugin by Tom Usborne but confused to determine the CSS class to hide the primary sticky mobile menu on the page.

    Thanks.

    #2484531
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .page-id-26189 #mobile-header.is_stuck {
        display: none !important;
    }
    #2485332
    Willya

    Thanks David. It worked!

    #2485680
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.