Remove menu bar at top of page

I would like to remove the menu bar on selected pages and posts. Here is one of the posts I would like to remove the header menu or the main menu. https://natlvtn.org/dodge-county-vet…memorial-fremont/

Hi There,

Thank you for writing in, if it is a page you can choose to use any of the two No Header page template so it won’t have a header.

screenshot

You can see that panel in the page Settings.

Hope it helps,
Cheers!

That would work on a page. But the same settings are not there for a post. It would be great if these options were available in a post as well. So, what should I do for a post?

Hi There,

You can try adding the following CSS rule.

.post-id-xx .x-nav-wrap {
    display: none !important;
}

Post id xx you can find it using the following guide (https://theme.co/apex/forum/t/setup-how-to-locate-post-ids/59).

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.