You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Collapse all categories by default
- Enable Collapsible Menu? in Userview Theme settings under the Configure Custom UI tab.
- Insert this code into Custom JavaScript on the same page.
$(document).ready(function(){
$(".menu-container").hide();
});