You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

 

 

 

  • No labels