• Resolved cindypat

    (@cindypat)


    Hi there,

    I love the plugin so far but I’m running into an issue. I’m looking to keep the sub-menus expanded by default. I can’t see to find it in the settings or CSS.

    Thanks so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @cindypat,

    Currently, we don’t have that option, try this custom JS.
    Add it in General Options -> Custom JS

    jQuery( document ).ready(function() {
    ??jQuery('.mobmenu-content .sub-menu').show();???
    });

    Let me know if it worked.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. Let me know if necessary.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Have Submenus Expanded by Default’ is closed to new replies.