Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Hide or Control Appearance of Menu and Header on any page

Home / Forums / Virtue Theme / Hide or Control Appearance of Menu and Header on any page

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
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 (
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

  • The forum ‘Virtue Theme’ is closed to new topics and replies.