Site logo

Archived topic

Move Off Canvas Hamburger Menu into Top Bar

1 reply · Started by Joe on December 4, 2019

Viewing posts 1–2 of 2

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

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 :)

This archived topic is closed to new replies.