Site logo

Archived topic

link mobile menu to another page

7 replies · Started by Jeffrey on February 10, 2022

Viewing posts 1–8 of 8

I want to link the mobile menu to another page but only a single page.

Like on a phone if you just click the menu I wanted to take you to a link instead of dropping down or sliding out.

Is this possible?

Hi Jeffrey,

Do you mean you want the hamburger icon to become a link?
And the link on different page has to be different?

Yes! and like it to homme.. or another link if possible.

Hum... then we need to add some CSS to hide the original hamburger icon, something like this:

button.menu-toggle {
    display: none !important;
}

Then using a block element to add a new hamburger icon with link.

If you have GenerateBlocks plugin installed, you can use the buttons block to add the icon.

In the block element, choose hookas element type, choose menu_bar_items as hook name, choose location accordingly.

In the block element, choose hookas element type, choose menu_bar_items as hook name, choose location accordingly.

I can't seem to find the menu_bar_items area that you're talking about

I can’t seem to find the menu_bar_items area that you’re talking about

Ah it looks like you are still using the float structure which is out of date, can you go to customizer > general, change it to flexbox?

Let me know :)

it worked!!!

Glad to hear that :)

This archived topic is closed to new replies.