Assuming the theme is using wp_nav_menu You should be able to find where the menu is being pulled in (most likely your header).
The line you are looking for is going to look something like this
<?php wp_nav_menu( array('menu' => 'Project Nav' )); ?>
Once you find it create a child theme then either remove the current menu and create your own or move it to the location you would like.
You may also be able to just style it was CSS.
Because most themes integrate the menu in different ways there is no way to provide instructions without knowing the theme you are using.
Related Posts:
- Removing container from wp_nav_menu not working
- Using a menu walker add a custom item at the end of the menu’s items
- Check if page is in a certain menu
- Show current navigation path from menu
- Is it possible to add classes to list items in wp_nav_menu()?
- Menu items (all menus) being deleted randomly on their own [duplicate]
- How do I fix this error: Warning: invalid argument supplied for foreach()?
- Exclude one item from wp_list_pages( $args );
- Put a wp_nav_menu inside another one
- different Menu position showing same menu
- How to add bubble count in WordPress wp_nav_menu menu?
- Add class to active top level (grandparent) menu item
- Page not appearing in navigation bar
- Extend WordPress REST API to show slugs for menu items
- WordPress Custom Menu Widget Style
- Output menu navigation in php file
- Custom Post type menu highlighted in the archive/post
- How to conditionally register nav menus with advanced custom fields?
- Unclickable Menu Item Label in Custom Menu with Clickable Children
- Use walker for specific menu, or avoid use of walker
- Change where navigation bar links?
- Sort wp_nav_menu() by menu order
- How to have custom menu Item CSS Classes for wp_page_menu() or wp_list_pages()
- How to give custom classes to the WordPress Menu widget
- No “current-menu-ancestor” class added when browsing an archive page
- Does wp_nav_menu use the gettext filter?
- How to add #navbar to all page links?
- Problems Displaying Multiple WP Menus
- View h2 content tags of a page in sub menu
- How to add custom classes to more than one separate menu’s a link in wordpress?
- Change an li class name in a wordpress custom menu walker
- Separator for custom nav menu
- add_submenu_page function to show videos table
- Menu item with no page, but with dropdown
- How to test if blog page is active
- WordPress Custom Menus Issue
- wordpress responsive menu not dropping down
- Create a MegaMenu using a walker and the start_lvl function
- Nav and logo loading each time causing menu to move JointsWP – Foundation 6
- WordPress Plugin menu position overwrite other item
- Get page slug/id from position in menu
- Two different “Home” items in custom menus dashboard section
- How to use a start_el variable in start_lvl
- Need Random Category Nav Menu
- list category posts under its item in menu
- How to re-arrange the MENU of “Allure Real Estate Theme for Placester” wordpress theme?
- Using _s theme, menu changes do not affect header menu
- Change class-name on “current_ancestor” in wp_nav_menu
- edit user menu item
- Excluding a media query from specific pages
- styling wp_nav_menu – horizontal, sub-menu drop downs
- Show children (sub-navigation) of active menu item only
- Menu Arrow for Child Element
- Custom menu with different behavior for every item
- Problem in applying active class to wordpress menu
- how to change the color of menu text wordpress?
- How to get submenu dropdown with images?
- Walker Class: Output Parent Description and Featured Image right after sub-menu?
- Modifying the walker to insert parent’s description above sub menus
- Odd spacing in Navigation Bar [closed]
- wp_list_pages Hierarchical Help
- How to avoid the and which added when custon menu widget is used
- How to create a complete mulilanguage site using xili language plugin?
- An alternative to WordPress’s built-in menu functionality
- Is there any way to change the CSS class applied to 2nd level sub menu ul’s?
- pre_get_posts fix to show menu on CPT Archives broken WP 6.0
- How to change how WordPress renders navigation menu on Block Themes
- Problem with links once in portfolio item
- How to link current logged-in user to their author page via URL (Beginner)
- Top bar menus not showing on mobile
- Add Different Class on Different Ul in twenty-twentyone theme
- How to create a link-less parent (top level) menu item that doesn’t use an anchor tag
- Structuring Nav Menu and Background Custom page (Help)
- add_theme_support( $feature=’menus’ )
- How to swap text in menu item back and forth?
- WordPress menu issue – if there are child links partents won’t click
- Need Help Regarding Menu Magement in admin
- And I click on a menu item and it leads me to nowhere
- how do you create this customize menu using wp_nav_menu function?
- Show thumbnail to category items in wp_nav_menu(), how?
- Conditional Nav Menu Inside Nav Menu Across Multisite Sites
- Menu Responsive
- Custom menu creation
- When submitting more than 200 menus, I get “Service Temporarily Unavailable”
- Adding class atribute to wp_nav_menu ul
- custom rearranged menu with excerpt for selected children in sidebar.php
- How to customize navigation menu?
- Active menu also for single array
- Two pages named the same thing, on a different level but conflicting url paths in menus and direct links
- menu doesn’t show in different languages
- How can I stop wp_nav_menu from returning extraneous root links?
- How to add posts with thumbnails to my dropdown menu?
- How to make an anchored page in a navigation menu tab
- Change menu item order
- Menu System: Custom Links
- Resolve the debugs
- Formatting WordPress Menus (without bullets, inline with text)
- Change Menu Order
- Two Homes In Navigation Menu
- Theme supports only one menu. I need to add more – but how? [closed]