Site logo

Archived topic

Hide primary sticky menu on mobile only on this page

3 replies · Started by Willya on January 5, 2023

Viewing posts 1–4 of 4

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.

Hi there,

try this:

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

Thanks David. It worked!

You're welcome

This archived topic is closed to new replies.