Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #419836

    Hello,

    Can you please tell me how it is possible to hide the top secondary menu from the mobile version (and ideally created a mobile version of the menu, keeping of course the mobile version of the main menu)?

    Thanks a lot and regards

    Charles

    #420217

    Hi mailclub!

    Could you please provide us with a link to the site in question so that we can inspect it?

    Cheers!
    Rikard

    #420269
    This reply has been marked as private.
    #420455

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    nav.sub_menu { display: none; }}

    Regards,
    Yigit

    #420615
    This reply has been marked as private.
    #420620

    Hey!

    Please add following code to Quick CSS as well

    .responsive #header .social_bookmarks { display: none; }

    Best regards,
    Yigit

    #420629
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide Secondary menu from responsive version’ is closed to new replies.