Hi there,
I'm building a site which uses a mega drop-down style menu which is styled using containing divs around the nested ul of the sub-menu.
Does anybody know how to customise the output of the menu generated by Wordpress (wp_nav_menu) to add containing divs around the nested sub-menu ul?
There are two parameters which are
'before' => '', 'after' => '',
but unfortunately these only add content before the actual link rather than the whole sub-menu.
If you have any pointers or have done this before I'd really appreciate it.
Cheers,
Dave