Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you haven’t found an answer, you could consider removing it with jQuery.

    Assuming you have jQuery referenced, you could try something like this;

    <script type="text/javascript">
    jQuery(document).ready(function() {
     jQuery('ul li').has('ul').next().contents().unwrap();
    });
    </script>

    Not Tested

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Dropdown Menu Widget] Hide Top level link’ is closed to new replies.