Unfortunately I do not think the issue has been resolved in 6.3, see this thread:
https://github.com/zurb/foundation-sites/pull/9348
Now if you would like to change this, as per your request above, you would have to modify functions.php
on line 663 (or abouts). It’s the line that says this:
'items_wrap' => '<ul id="%1$s" class="%2$s" data-accordion-menu data-parent-link="true">%3$s</ul>',
change that to reflect the following:
'items_wrap' => '<ul id="%1$s" class="%2$s" data-drilldown data-parent-link="true">%3$s</ul>',
Keep in mind that you will have to style the drill down.
Hope this helps.
-
This reply was modified 7 years, 10 months ago by ThemeAWESOME.