Home Forums WoodMart support forum mobile-menu-voices

mobile-menu-voices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #212675

    vindesign_it
    Participant

    Hi,

    Where Can I set the follow MOBILE menus voices ( see the screenshot )
    I would like hide they.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #212705

    Hello,

    Your question is not clear enough. Please provide more details.

    Best Regards

    #212712

    vindesign_it
    Participant

    ok,

    In mobile menu setting the following voices are active : NEGOZIO / SERVIZI / CONTATTI
    but on the website there are WISHLIST / CONFRONTA / IL MIO ACCOUNT too, I would like to hide they.

    Attachments:
    You must be logged in to view attached files.
    #212802

    Hello,

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

    body  .site-mobile-menu .menu-item-wishlist{
    display:none;
    }
    body .site-mobile-menu .menu-item-compare{
    display:none;
    }
    body  .site-mobile-menu .my-account-with-text {
    display:none;
    }

    Best Regards

    #213282

    vindesign_it
    Participant

    Thank you !

    Best Regards

    #213319

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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