fixed menu display to support default bootstrap menus with minimal styling
This commit is contained in:
parent
9d3d8ede63
commit
311b918077
7 changed files with 92 additions and 95 deletions
|
@ -95,7 +95,8 @@ namespace WP_RDNYC;
|
|||
'container_id' => 'top-navbar-grid-main-menu-outer',
|
||||
'menu_class' => 'top-navbar-grid-main-menu',
|
||||
'menu_item_class' => 'top-navbar-grid-main-menu-item',
|
||||
'link_class' => 'top-navbar-grid-main-menu-item-link'
|
||||
'link_class' => 'top-navbar-grid-main-menu-item-link',
|
||||
'walker' => new RDNYC_Menu_Walker()
|
||||
]);
|
||||
// echo '</section>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue