Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rand2712 Friend
    #197412

    How can I get the off canvas to hide the sub-menu items when I set it up as a main menu? I want the main menu topics to show and have the sub-menu topics to hide and only show with a hover or a click.


    1. off-canvas
    Nazario A Friend
    #533788

    @rand2712,

    Please try to create new file called “custom.css” in /templates/your_template_name/css/ path, then add this rule:

    .t3-off-canvas .dropdown.parent:hover .dropdown-menu
    {
    display: block;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu {
    display: none;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Nazario A 9 years, 11 months ago.

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