How to make a custom mobile menu like this?
-
Screenshot: https://snipboard.io/7ET48X.jpg
How can I make a mobile menu like this? Is it custom HTML Block?
If so, what template, and how to make it default mobile?
Hello,
You can create a separate menu and assign it as mobile. So all the items shown on your screen would be included. WPML language switcher allows placing language icons at the end or at the beginning of the menu.
Then you create another menu and add it by means of the widget to the area below the mobile menu area: https://xtemos.com/docs-topic/widgets-and-sidebars/
If you have any questions please feel free to contact us.
Best Regards
Thanks. Even if a create a BLANK menu and set it to mobile and then use the widget to the area below mobile menu area, it is still showing the “login” option first be default. How could we remove that?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .my-account-with-text {
display:none;
}
Best Regards
Thank you.
Could you please advise what sort of element was used in WP Bakery to create this type of menu styling?
I tried the “information box” but it doesn’t look right. Neither does Extra Menu Lists
Hello,
WP Bakery page builder has the mega menu widget in the chart: https://xtemos.com/docs-topic/elements-and-widgets/
If you have any questions please feel free to contact us.
Best Regards