Home Forums WoodMart support forum Menu and Mobile category menu

Menu and Mobile category menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #649709

    m
    Participant

    Hello,

    i have two question.
    1. I would like to make a menu like this. That is, an expanded menu with images.
    https://ramaro.pl/

    2. Expanded category menu (mobile version)
    The category menu in the mobile version is collapsed by default – how can I make it expanded by default?

    Attachments:
    You must be logged in to view attached files.
    #649809

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. You can use HTML Block and you can use page builders to build content. please read more here https://xtemos.com/docs-topic/html-blocks-usage/

    And please refer to the documentation article to create a mega menu: https://xtemos.com/docs-topic/create-mega-menu/

    02. To better understand the issue, please share some screenshots of the issue you’re encountering. This will help me analyze the problem and provide you with the best possible solution.

    Best Regards,

    #649840

    m
    Participant

    I mean the category menu visible on the SHOP link.

    Attachments:
    You must be logged in to view attached files.
    #649907

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

     .page-title.wd-nav-accordion-mb-on .wd-nav-product-cat {
        display: block !important;
      }

    Best Regards,

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