Home Forums WoodMart support forum Rearrange the mobile menu items

Rearrange the mobile menu items

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

    DMC
    Participant

    For mobile menu – I would like to put “My Account” at the top. How would I do that?

    #131095

    Hello,

    You can hide it in the mobile menu and add this page in Appearance > Menu > Select menu > add a menu item

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

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

    Best Regards

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