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

    Is it possible to add an extra link to the mobile menu? (only mobile menu)

    Looking forward to the solution ^^. Thanks ENFOLD.

    #958025

    Hey jeroenvandessel,

    In your Appearance > Menus, select your main menu and add all the links.
    Then on the upper right you should see Screen Options and check Css Classes
    For the menus to be shown only on mobile try adding this css class: for-mobile
    Save then go to Enfold > General Styling > Quick CSS, and add this css code:

    #top .for-mobile {
      display: none;
    }
    
    @media only screen and (max-width:959px) {
      #top .for-mobile {
        display: block;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #958230

    Hi,
    Unfortunately this did not work. But I guess the solution is something similar to this…
    I added the log-in data privately. Anyone wants to take a closer look?

    To be clear: I want ‘Facebook’ only in the mobile navigation in the burger menu. (only visible when u open the burger menu on mobile )

    Thanks guys!

    • This reply was modified 6 years, 6 months ago by mynick.
    #958297

    Hi jeroenvandessel,

    Thanks for giving us admin access.
    I have added “Facebook” on your mobile menu.
    Let us know if you need further assistance :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.