• Y love this theme, I’ve said it already in my review. I write short stories and they tend to proliferate, and this is presents a problem with a fixed menu.

    But then I found this article Jquery ul li ul slide menu for WordPress without external plugin 3 lines code. As a matter of fact, I haven’t used the Jquery bit. I’is enough to add the following code to your custom style.css

    /* menu modifications
       --------------------------------------- */
       ul.menu > li.menu-item {
        display: block;
       }
       ul.sub-menu {
        display: none;
       }

    and you obtain collapsible sub-menus. You can check it at a test site I’ve made cuentos.cavinionline.com

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Let me share a tip about the menu’ is closed to new replies.