[Support request] Move Off Canvas Hamburger Menu into Top Bar

Home Forums Support [Support request] Move Off Canvas Hamburger Menu into Top Bar

Home Forums Support Move Off Canvas Hamburger Menu into Top Bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1093745
    Joe

    Can I move the off canvas three-line hamburger menu bar into the top bar instead of the header or main nav bar?

    #1093901
    Tom
    Lead Developer
    Lead Developer

    Hi Joe,

    It should be possible.

    1. Create a new menu and add a “Custom Link” to it.
    2. Give the menu item this class: slideout-toggle
    3. Add this menu to the Top Bar widget area in a Navigation Menu widget

    Then add this CSS:

    .main-navigation .slideout-toggle {
        display: none !important;
    }

    Let me know if that helps or not 🙂

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