Viewing 1 replies (of 1 total)
  • Plugin Author Hadi khosrojerdi

    (@rss_samuel)

    If you want to hide or visible widgets for specific item, you can to add css classes to menu item by css classes field in menu section, for example “menu-item-visible” or “menu-item-hidden” and css code can’s be like this:

    .

    li.menu-item-hidden ul.sub-menu {
    display: none !important;
    }

    li.menu-item-visible ul.sub-menu {
    display: block !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to set the first sub-menu to be open by default?’ is closed to new replies.