Home Forums WoodMart support forum How to make a custom mobile menu like this?

How to make a custom mobile menu like this?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #379611

    Golden1
    Participant

    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?

    #379714

    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

    #379735

    Golden1
    Participant

    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?

    #380020

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body  .site-mobile-menu .my-account-with-text {
    display:none;
    }

    Best Regards

    #380072

    Golden1
    Participant

    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

    #380175

    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

Viewing 6 posts - 1 through 6 (of 6 total)