Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #607021

    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?

    #607022

    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

    • This reply was modified 8 years, 7 months ago by Vinay.
    #607025

    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.

    #607033

    nevermind. That’s a dumb idea

    #607181

    Hi,

    Ok, so I’m guessing you gave up on that idea? Let us know if you should need any more help on the topic.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.