[Resolved] Move hamburger menu to page header

Home Forums Support [Resolved] Move hamburger menu to page header

Home Forums Support Move hamburger menu to page header

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #637420
    David

    Hi my site currently has hamburger menu popout for both the desktop and mobile versions.
    Client wants to not have the Nav bar, so I wondered how to move the amburger memu to page header (I use elementor) for desktop & mobile
    Thanks
    David

    #637441
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    So you want to ditch the logo, menu toggle and search icon? Then you’d add a mobile toggle element in a custom location?

    Let me know 🙂

    #637445
    David

    Hi,
    Tom yes correct.
    David

    #637453
    Tom
    Lead Developer
    Lead Developer

    This is experimental, but we’ll give it a shot.

    1. Remove the navigation logo.

    2. Remove the navigation search.

    3. Add this code to your Page Header (or wherever):

    <div class="slideout-toggle">
        <a href="#"></a>
    </div>
    #637460
    David

    Hi Tom.
    Our logo is actually part of the header.
    David

    #637469
    David

    Hi Tom, that works thanks, if I also want the word Menu next to the hamburger (as in current page) and have colour black (its blue as its a link)
    thanks
    David

    #637639
    David
    Staff
    Customer Support

    Hi there,

    you can add the title to the markup like so:

    <div class="slideout-toggle">
       Menu <a href="#"></a>
    </div>

    Color styling:

    .slideout-toggle a, .slideout-toggle a:hover {
        color: #000;
    }
    #638181
    David

    Thanks, great support.
    Regards
    David

    #638186
    David
    Staff
    Customer Support

    Glad we could help.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.