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

    What would be the simplest way to hide the subnav menu for the Enfold them since my client’s sight will not need this feature….Thanks..

    #205711

    Hi LiveLightCo!

    Remove the menu children from the menu itself (Appearance > Menu), or you can do it via CSS:

    .sub-menu {
        display: none !important;
    }

    Best regards,
    Josue

    #205720

    Great that worked! BTW: How can I collapse the subnav menu

    Thanks Jason!

    • This reply was modified 10 years, 11 months ago by LiveLightCo. Reason: Needed to add an addendum to the original question
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Submenu Navigation’ is closed to new replies.