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

Pinnacle: how to remove all menus (primary and top) and footer from a page

Home / Forums / Pinnacle Theme / Pinnacle: how to remove all menus (primary and top) and footer from a page

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
December 20, 2016 at 9:43 am

Hi, I use Pinnacle.
I need to remove the menus (primary and top bar), as well as the footer, from a specific page, id-791.
I was able to hide the main menu from that page by entering the following in the CSS:
.page-id-791 .kad-primary-nav, .page-id-791 #mobile-nav-trigger {
display: none;
}

but was not able to hide the top bar menu with the following code :
.page-id-791 #nav-second {
display: none;
}

and I have no idea what would be the css to hide the footer.
Can you help?

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