Home Forums WoodMart support forum Mobile Menu – Favorites and My Account

Mobile Menu – Favorites and My Account

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #136276

    Henrique Valente
    Participant

    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.
    #136399

    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

    #136515

    Henrique Valente
    Participant

    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

    #136577

    Hello,

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

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

    Best Regards

Tagged: 

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