I want to completely eliminate the page header that contains the logo and the primary navigation menu. I achieved that by:
– Appearance > Menu > Location > Primary Navigation > — Select a Menu — (nothing configured)
– Appearance > Customize > Ambition Theme > Header Options > Disable Both (no logo)
I tested it an it works on my Laptop and iPad, but when viewing the website using an iPhone the menu is still there. It’s an empty menu, but the icon appears on the top of the website. I am using the plugin Exclude Pages from Navigation to hide the pages, but the empty menu is still visible.
Hi,
I am trying to do the same and thanks to the code
.menu-toggle{
display:none;
}
I managaed to get read of the menu on iPhone and on tablet, but it’s still appearing on laptops. could you help me?
Thanks a lot!
Flavia