Knowledge Base for DX 7 : Corporati Theme customizations

Collapse all categories by default

  1. Enable  Collapsible Menu?  in Userview Theme settings under the Configure Custom UI tab.

  2. Insert this code into Custom JavaScript on the same page.

    $(document).ready(function(){
       $(".menu-container").hide();
    });

Related Elements




Attachments:

collapsedManu.png (image/png)