Archived topic
Logo without Navigation
3 replies · Started by Kim on August 30, 2019
Hi, I want to just have a logo without a navigation. I havn't set a primary navigation but it still shows a navigation on the site. I've also tried to hide the main menu globally with a Layout element but this also hides the logo. Do you have a suggestion for me?
Hi there,
if you're logo is in the Header not the Navigation then you can simple go to Customizer > Layout > Primary Navigation and set the Location to No Navigation.
Didn't saw that...many thanks! :-)
Just one additional question - how can I achieve the same for the mobile header? When I use the Mobile Header with a different logo or the site title the menu is always shown.
Create a Blank Menu and assign this to the Primary navigation. This will remove the menu markup. Then add this CSS:
#mobile-header .menu-toggle {
display: none;
}