I have a site where I sell a service. I also have a /blog and I want that page plus blog post pages to have a completely different header logo and menu. Is this possible? If not, is there a way to disable to header altogether for certain pages?
Hey phillipikoo!
You can use this plugin to have different menus on different pages https://wordpress.org/plugins/zen-menu-logic/
For any other elements like logo and other header elements you will need to write custom code as it is out of our support scope but yes it is possible to hide the header in some pages completely using custom CSS.
To hide the headers in some pages please use the below css with correct page ID name
.page-id-19 #header {
display:none!important;
}
Please feel free to check out this video we have put together which helps you config the header easily like you see on enfold demos http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Regards,
Vinay
Hm ok. Let’s say I choose to hide the header in the /blog and blog post pages. Do you think I could create a menu and make it responsive by layering color sections and using single columns on both sides with images and links? Will this work? I could create the graphic myself of course to make it identical looking to my current menu.
nevermind. That’s a dumb idea