Home Forums WoodMart support forum How to remove second mobile menu?

How to remove second mobile menu?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #397349

    comfystyle
    Participant

    Hello,

    How can I remove second mobile menu? It Shows <manu> and <categories>. How can I completly remove <categories>?

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to remove the “Categories” tab from the mobile menu, navigate to WoodMart -> Header builder -> Mobile layout -> edit the “Mobile menu” element and in the “Show/Hide” tab uncheck the “Show categories menu” option.

    https://prnt.sc/Sg7kPg2IBnrM

    If you are looking to explore other options of our theme, feel free to reach out to me at any time. I will be more than happy to assist you.

    Kind Regards

    #443308

    felixjr2804
    Participant

    Hello, how do you select a menu to display after unchecking show categories? I am relatively knew to wordpress.

    #443309

    felixjr2804
    Participant

    I have already created a menu and checked mobile side menu from appearances>menus

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

    felixjr2804
    Participant

    Actually I want to display categories alone without menu

    #443520

    Luke Nielsen
    Keymaster

    Hello,

    In case, if you want to display only the “Categories” menu, first of all, navigate to WoodMart -> Header builder -> Mobile -> and turn on the “Swap menus” option for the “Mobile menu” element.

    Then add the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .mobile-nav .wd-nav-mob-tab .mobile-pages-title {
        visibility: hidden;
    }

    As a result, you will have only the “Categories” tab on your mobile menu: https://prnt.sc/9tOXAk6XTBjm

    Kind Regards

    #443595

    felixjr2804
    Participant

    Thank you, it works

    #443624

    Luke Nielsen
    Keymaster

    Hello,

    I am glad that everything is sorted out.

    In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

Tagged: 

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

The topic ‘How to remove second mobile menu?’ is closed to new replies.