• Resolved heykymmie

    (@heykymmie)


    Hello,

    I need help. I want to remove the sticky menu on a specific page/post. Is there a way to do that? I tried adding css,

    .post-123 #main-nav {
    display: hidden;
    }

    *** where “.post-123” is the internal ID of the post/page in wordpress admin (edit a page/post > check the post id in the url)

    I don’t know if I’m using the correct class/id.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter heykymmie

    (@heykymmie)

    UPDATE:

    Found the solution, I just had to use this code

    body.page-id-72 #main-nav{
    display:none !important;
    }

    **where page-id-72 is found when you Edit a Page > Look at the URL when in edit mode

Viewing 1 replies (of 1 total)
  • The topic ‘How to make it not sticky on a specific post or page’ is closed to new replies.