• Resolved nejch1

    (@nejch1)


    Hi everyone,
    First of all, amazing theme and excellent free support. I was able to solve so many of my issues just by looking through this forum. Anyone new to this theme/wordpress will probably find 90% of their questions already answered here ??

    One thing I haven’t been able to find is whether it’s possible to make the mobile menu (well, submenus) in the free version of Virtue collapsible. I have a site with lots of sub-entries (I know, I know..) and this basically turns the mobile page into one long list when you tap the menu icon. It’d be a lot more elegant to just have the main entries expand initially – you probably know what I mean but here’s an example:
    https://startbootstrap.com/template-overviews/landing-page/

    I noticed there’s ‘Collapsible submenus for mobile menu.’ in the premium changelog, but is there a way to do something similar in the free theme by using a bit of custom css, without using plugins? The only thing I could find was this ancient thread:
    https://www.ads-software.com/support/topic/create-collapsing-sub-menus-with-css-wordpress-30?replies=8

    Oh, one more thing – at least for me, the mobile menu sub-entries come with bullet points. I’ve tried things like below to remove them but no luck so far. Clueless:)

    .kad-mobile-nav .sf-dropdown-menu ul li {
    list-style-type: none;
    }

    Here’s what it looks like at the moment (sorry about the silly blur):
    https://imgur.com/fqo80ot

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,
    This isn’t an option in the free version, and it takes a bit more then css to make the menus open and close. You need JS to run that.

    It’s something I can considering adding in a future version as a feature request for the free version of the theme.

    The css to remove the bullet points is this:

    .kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
      list-style: none;
    }

    Kadence Themes

    Thread Starter nejch1

    (@nejch1)

    Thanks for the quick response!

    Excellent, the css did the trick.

    I understand. Oh I’d definitely love to see this as a feature but no pressure if there are limitations or other priorities. Do you have a feature request form or is this it? ??
    In the meantime I might just try to create a custom menu for mobile with fewer entries and work around it.

    Thanks again, I’ll mark this as resolved.

    This is where you can ask for feature requests, I have a list.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Collapsible mobile submenus (Free Virtue)’ is closed to new replies.