Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #328019

    Hi the Enfold Team!

    I’m looking to have a different menu between the desktop version and mobile. I found this topic https://kriesi.at/support/topic/mobile-menu-8/ who give the half solution. With this code, I can hide pages to the mobile menu. Do you know a code to hide pages to the desktop version? Like I could have two differents menu!

    Thanks for your help!

    Adrien

    #328674

    Hi Adrien!

    Add a noDesktop class to the menu items you don’t want in desktop and add this to Quick CSS:

    @media only screen and (min-width: 767px) {
    .noDesktop{ display: none !important; }
    }

    Regards,
    Josue

    #328906

    Thank you!!

    I don’t know how I would have done without your help!

    Thank you Josue and thank you Enfold team!

    Adrien

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Different menu mobile’ is closed to new replies.