Total Theme: Add Templates to submenu Items
Add the class "megamenu-template-1" to the submenu item to replace its content. Add this code to the functions.php // Override the menu item with the 'megamenu-template-1' class with a dynamic template add_filter( 'walker_nav_menu_start_el', function( $output, $item, $depth, $args ) {…
