Home Forums WoodMart support forum Change order of menu items + remove compare

Change order of menu items + remove compare

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #131433

    McDuck4
    Participant

    Hello.

    I have 2 questions.

    1: Is it possible to change the order of the menu items on mobile. At the moment the order is:

    • Menu
    • Varer

    I would like the order is:

    • Varer
    • Menu

    2: How is it possible to remove the “Sammenlign(Compare)” menu point?

    Best regards

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

    Hello,

    1. It is not possible, unfortunately.

    2. it is possible with custom CSS
    Please add this code to the Theme Settings > Custom CSS > Global:

    body .site-mobile-menu .menu-item-compare{
    display:none;
    }

    Best Regards

Tagged: ,

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