Home New Guten › Forums › WoodMart support forum › Mobile Menu – Favorites and My Account Mobile Menu – Favorites and My Account This topic has 3 replies, 2 voices, and was last updated 6 years ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 6, 2019 at 4:03 pm #136276 Henrique ValenteParticipant Hi Can you please help me with the following ?: – I want to change the position of the FAVORITOS (FAVORITE) and MINHA CONTA (My Account) menus to the second and fourth position of the current menu. Can you tell me how I do this? Thank you best regards Attachments:You must be logged in to view attached files. August 7, 2019 at 6:18 am #136399 Elise NoromitMember Hello, There is no option. You can hide with CSS the login and other menu items and then add custom links into your menu. Here is the code to hide Compare and My account body .site-mobile-menu .menu-item-compare{ display:none; } body .site-mobile-menu .login-side-opener{ display:none; } Best Regards August 7, 2019 at 10:30 am #136515 Henrique ValenteParticipant Hi Firstly thank you very much for your suggestion! By the way what is the function to hide my favorites in mobile version? Thank you best regards August 7, 2019 at 1:01 pm #136577 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .site-mobile-menu .menu-item-wishlist{ display:none; } Best Regards Author Posts Tagged: mobile menu Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register