Home Forums WoodMart support forum How to switch menus in mobile menu Reply To: How to switch menus in mobile menu

#55789

Hello,

In order to remove Wishlist and My Account items from mobile menu try this code:

li.menu-item.menu-item-wishlist{
    display:none;
}
li.menu-item.menu-item-register {
    display:none;
}

Yes, sure Loco rewrite the string both in back-end and front-end. And this is the way it should work.

Best Regards