[Support request] Logo without Navigation

Home Forums Support [Support request] Logo without Navigation

Home Forums Support Logo without Navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #997384
    Kim

    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?

    #997444
    David
    Staff
    Customer Support

    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.

    #997605
    Kim

    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.

    #997718
    David
    Staff
    Customer Support

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.