Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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.

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