HI, I’ve got ShiftNav installed to work as my mobile/repsonive menu, on the site below, with UberMenu as my main full width menu.
I’m tyring to find a way to hide it on a specific page that is an iFrame popup as I don’t want any nav on this page.
I’ve used the css on that page in cornerstone to hide the main menu (Uber menu), but can’t get the Shiftnav to hide (although I’ve got the logo to hide which is 1/3 of the way there ).
.masthead, .x-navbar, .x-bar-top, .x-navbar-wrap {
display: none !important;
}
.shiftnav-main-toggle-content, .mainnav, .btn-menu {
display: none !important;
}
Do you by any chance know what is needed to hide it?
I can share the site URL by private link if you need to see it.
Thanks for the help!