Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Lars Nielsen Friend
    #659770

    On the page: http://intego.dk/segmenter-og-brancher/grovvare we have a menu in the sidebar (Industri). The menu displays all its submenus when hovering. We would like to change this, so the submenues only appears when clicking on the parent menu item.

    How can this be achieved.

    Thanks.

    Lars Nielsen Friend
    #659792

    Solved the problem myself by adding this to the custom file:

    .t3-sidebar .open > .dropdown-menu {
    display: none;
    }
    .t3-sidebar .active.open > .dropdown-menu {
    display: block !important;
    }
    .t3-sidebar .active.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    }
    .t3-sidebar .dropdown-submenu:hover > .dropdown-menu {
    display: none;
    }
    .t3-sidebar .active .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  Lars Nielsen 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum