Home › Forums › WoodMart support forum › How to switch menus in mobile menu › Reply To: How to switch menus in mobile menu
May 3, 2018 at 8:41 am
#55789
Elise Noromit
Member
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