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();
    });