February 26, 2014 at 6:21 pm
Hi Ben,
Does the new theme update have the option to control the appearance/ hide menu or headers on specific pages? i noticed there is an option to choose which custom menu to assign to pages, but i have not found a custom option within the page to have no menu or header.
1. In a previous thread you have demonstrated a page with no header or menu (*Login to see link
with the following example css:
.no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header {
display:none;
}
can this work with the current theme by placing the css in the custom css box – replacing .no-header-test with the equivalent page slug?
2. Another useful css script you provided helped to hide the header from the whole site.
…. This will hide … logo and primary menu, you can always leave your secondary menu unassigned…
.kad-header-left, .kad-header-right {
display:none;
}
Can this be modified to hide the header from a specific page by page id e.g. ?page_id=395 or slug e.g. test-page?
Thanks for your support 🙂
Juannah