N
Common Ground News

How do I delete a secondary menu in Divi?

Author

Carter Sullivan

Updated on March 03, 2026

How do I delete a secondary menu in Divi?

To remove the secondary menu bar site-wide, you can add the CSS into either the "Divi > Theme Options > General > Custom CSS" box, or into the style. css file of a child theme. To remove the top header from a single post / page, you can instead paste this into that post / page's Custom CSS box.

Regarding this, how do I remove a secondary menu in WordPress?

If you wish to remove the secondary menu with the social icons, please go to the Header settings in the theme options. Under the tab Extra Elements disable the Header Social Icons and the Secondary Menu.

Similarly, what is primary menu and secondary menu? Primary menus can contain items for both the current window or view, as well as the application as a whole. This differentiates them from secondary menus, which only contain menu items that relate to a specific view or item.

Secondly, how do I remove the menu bar in WordPress?

The blog I need help with is chongfamily.wordpress.com. Create a custom menu with nothing in it and then save it and in the theme locations module, select that blank menu from the pulldown and then click save and the top menu should go away.

How do I add a secondary menu in WordPress?

In the Customizer, Menus -> Create New Menu. Give the new menu a name and select as menu location: Top Bar Left Menu or Top Bar Right Menu. Click Next and begin adding items to the secondary menu you have just created. Congratulations!

What is WordPress secondary menu?

The secondary menu is placed in the navigation bar and can be used to make more pages visible to your visitors. Note: not all WordPress themes have two or more display locations in the navigation menu.

How do I hide the menu bar on one page in Divi?

To do that, go to your WordPress Dashboard > Divi > Theme Options.
  1. Disable Fixed Navigation Bar. Open the general tab and disable the Fixed Navigation Bar option.
  2. Go to Menus.
  3. Add New Primary Menu.
  4. Add Pages & Save Menu.
  5. Go to Theme Customizer.
  6. Primary Menu Bar Settings.
  7. One Page.
  8. Entire Website.

How do I hide primary menu in WordPress?

1. To hide it throughout your site, go to Customize > Layout > Primary Navigation and set the position to “Hide”.

How do I edit the top bar in WordPress?

Simply go to Appearance > Customize > Top Bar > Content and here you will find the field to edit the content. To remove it simply remove the default value.

What is a secondary menu?

Secondary menus are located in the header bar and include menu items for the current view or content item. This differentiates them from primary menus, which include menu items that relate to an entire application (such as Preferences and About "Name").

What is the difference between primary and secondary navigation?

Primary and secondary navigation labels are simply links that lead your users to the desired section/page of your website. The difference between the two is that primary navigation labels lead users to site sections while secondary navigation labels lead users to the specific pages within the site.

What is primary and secondary menu in WordPress?

Most themes will have several options, so you can create different menus that can be displayed in different places. For instance, most WordPress themes come with a primary menu that appears on the top. Some themes may include a secondary menu, a footer menu, or a mobile navigation menu as well.

What is the difference between a page and a menu in WordPress?

I thought they are the same. Appearance > Menu is for custom menu's, so if you create a page called “Home” and a page called “Contact Us” but you only want “Contact Us” to show, you could achieve that via the Menu option via Appearance.

What is a menu in WordPress?

Navigation Menus, or simply Menus, are a WordPress theme feature which allows users to create navigation menus by using built-in Menu Editor located in WordPress admin area under Appearance » Menus. Users can add posts, pages, and custom links to a menu using drag and drop functionality.

How do I change primary menu in WordPress?

You edit your WordPress main menu as follows. Log into your WordPress website, go to 'Appearance' and click on 'Menus' in the left side menu. Click on 'Select a menu to edit' and choose the menu you want to change. Click on 'Select' and the menu will start loading.

What is a secondary Web page?

Secondary pages are optional for site sections, and they are typically used to dynamically present content on a Web site. A secondary page can have static content, but what makes secondary pages useful is their ability to have dynamically placed and replaceable content.

What is handheld menu?

The Handheld Menu is specific to mobile devices, and it looks like this: One of the nice visual queues is that it uses an animation to “open up” the menu.

How do I create a vertical menu in WordPress?

First of all go to Vertical menu page from admin panel for creating themes for your menu. After creating theme you need to save it and go to widgets page. Then add vertical menu widget to your sidebar, then select the menu and theme.

How do you call a menu in WordPress?

To add a custom navigation menu, the first thing you need to do is register your new navigation menu by adding this code to your theme's functions. php file. add_action( 'init' , 'wpb_custom_new_menu' ); You can now go to Appearance » Menus page in your WordPress admin and try to create or edit a new menu.

How do I change a static menu to a dynamic menu in WordPress?

Convert Static Bootstrap Navigation to Dynamic WordPress Menu Step 6 of Convert Bootstrap 4 Template to WordPress Theme
  1. # 1 Modify Menu from WordPress Dashboard.
  2. # 2 Add bs4navwalker. php.
  3. # 3 Add Custom Menu.
  4. # 4 Add Custom Classes to List and Anchor tag of WordPress Menu.

How do I register a menu in WordPress?

Register Menus

First, in your theme's functions. php, you need to write a function to register the names of your menus. (This is how they will appear in the Appearance -> Menus admin screen.) As an example, this menu would appear in the "Theme Locations" box as "Header Menu".

How do I add a category to a menu in WordPress?

Category Pages & Menus
  1. Open the Customizer. (My Sites → Design → Customize)
  2. Go to Menus.
  3. Select the menu to edit.
  4. Click on Add Items.
  5. Select Categories.
  6. Click the Plus icon next to the Category you want to add.
  7. Click Publish to save the changes.

How do I add a title to a WordPress menu without linking?

Creating a Menu Item Without a Link

In your admin dashboard, go to Appearance > Menus. Under Add menu items, click on Custom Links. If you don't see this option, scroll to the top of the page and in the upper right corner look for Screen Options. Click on it, look for the Custom Links, and check this box.

Where does the pages menu appear in WordPress?

By default, WordPress adds all the published pages to the menu automatically. However, customization of menu is possible, such as adding a link to a category or to external site, changing the order of the menu link, or creating a sub-menu. The Appearance Menu Screen is accessible via Dashboard > Appearance > Menus.

How do I create a two header menu in WordPress?

How to Create Multiple Headers & Footers in WordPress
  1. Step One: Duplicate your header. php file and name it header-new. php.
  2. Step Two: Open up the Page. php file associated with the template that you want to use. Then replace the normal header code with the code below.
  3. Step Three: Make your changes within the header-new. php file, and walah!

What are WordPress categories?

What are categories in WordPress? In short, categories are the most general method of grouping content on a WordPress site. A category symbolizes a topic or a group of topics that are connected to one another in some way. Sometimes, a post can belong to many categories at the same time.