I’m trying to hide the menu page completely from this page:
http://ultimate-templates.com/splash-page
I’m using Divi 3.0, and have tried – through online tutorials – to hide it using the following in my styles css sheet:
.page-id-27820 top-menu-nav {
display: none important;
}
That didn’t do anything, aside from making the menu look a little weird (and dropping the search magnifying glass down a bit), and I removed the code – the search button still looks weird.
if anyone could help me with how to remove the menu completely (and logo etc) from that one page, I’d be very much appreciative!