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

    Hi!
    I don’t want display the menu 2 (enfold secondary menu) on the mobile version. How can I do this ?
    Best regards,
    Bubarama

    #395049

    Hey Bubarama!

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

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

    Best regards,
    Yigit

    #405814

    Hi Yigit.

    Thanks !
    It’s perfect !

    Bubarama

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold secondary menu – responsive’ is closed to new replies.