Style a multi-level menu in WordPress

I have a Multi-Level menu (with nested Sub-Menu) returned fom this PHP function:

wp_nav_menu( array(‘menu’ => ‘Category’ ));

Read More

I’d like to add a “first-level” class to each of first level and a “second-level” to each of seconnd level…and so on…

any help?

Related posts

Leave a Reply

1 comment