Burger menu to show a custom page?
-
Is it possible with Laytheme for Burger mobile menu to show a custom page, like here https://coco-hotel.com/ ?
We'd like to be able to add more things to the menu, like images, text, etc...
Thank you!
-
hey, if you use the overlay feature with the overlay burger selected you can use a custom page and it will override the standard mobile menu burger.
-
@alasdair17 great tip, thank you!
-
@alasdair17 great tip, thank you!
@treh16 no problem! if you go with this you'll need to hide the standard mobile menu burger via css or both burgers will overlap. I used this recently:
.mobile-menu-icon {
display: none;
}.mobile-menu-style_1 .burger-wrap {
display: none;
}If you used a different 'style', change it from '1' to '2' or '3' etc
Hope that helps!
-
very good @alasdair17 thanks a lot for answering people!
he can also hide the mobile menu in the customizer → mobile → mobile menu → hide
i think