Forgot to mention that I don’t want to display the page title on special pages either.
Thanks
Okay sir this is very useful for me i have to some special page pictures and it allows the many specific spaces for this process there are available for some more and more actions for this performance online supply chain management degree is the online course it have a many sub divisions.
Okay I found the code to turn off the page titles selectively by page ID from another post:
.page-id-6 .page-header {
display: none;
}
I also discovered the full width template setting that can be set per page.
So now all that is left is being able to selectively not display the menu (either primary or secondary) and the top bar.
Thanks.
Hey,
Just FYI the premium theme has a built in page template for this.
But with free you can either use css or make a custom base tempalate and page tempalte through a child theme.
here is the css:
.page-id-6 .page-header, .page-id-6 .headerclass {
display: none;
}
that would remove the whole header.
Kadence Themes
Thanks for the suggestion. However the topbar is still there.
hmm odd. Can you post a link?
Kadence Themes
My mistake. I changed the first page ID but not the second one. It’s all gone now.
Can you tell me how I could turn off everything in the header except the logo?
Thanks for the help.
What else is in your header? You can turn the menu off by unselecting primary menu in Appearance > Menus.
Hannah