Archived topic
Remove Navigation in header on article post page
4 replies · Started by Ralf on February 28, 2018
Hi Tom, Hi Leo,
don't know if i used the correct words...anyway..
i used the following code to remove the menu on the blog page:
.blog .main-navigation,
.archive:not(.post-type-archive-product) .main-navigation {
display: none;
}
BUT on the single post pages / article pages the navigation is still visible...
How can i remove the Navigation on the single post page ?
Thanks in advance
-R
PS: ... or maybe you know a method, how the menu is working, when i use a one-page with hashtag-links and a seperat blog page... the menu doesn't work on the blog-page - that's why i wanna remove it there...
Hi Ralf,
Try this:
.blog .main-navigation,
.archive:not(.post-type-archive-product) .main-navigation,
.single .main-navigation {
display: none;
}
Hi Leo,
works ! ... perfect support - as always
Thank you !!!
No problem!