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.
Here are the steps that you need to follow: Log into your WordPress site and access the Dashboard as the admin user. From the Dashboard menu, click on Appearance Menu > Theme Editor Menu. When the Theme Editor page is opened, look for the theme functions file to move the header’s primary menu.
To move the navigation bar:
- Tap the menu button.
- Tap Settings.
- Select Customize from the General section.
- Under Toolbar, use the radio buttons to select either: Top. Bottom.
Example
- /* Add a black background color to the top navigation */ .topnav { …
- /* Style the links inside the navigation bar */ .topnav a { …
- /* Change the color of links on hover */ .topnav a:hover { …
- /* Add a color to the active/current link */ .topnav a.active { …
- /* Right-aligned section inside the top navigation */
To change your menu’s background color, click My Sites > Personalize > Customize. Once the Customizer screen loads, click CSS. Right-click on your navigation menu and choose Inspect.
How do I change a custom URL in WordPress?
At the top of the Menus screen, next to ‘Select a menu to edit’, choose the menu you want to add a custom link to from the drop-down list, then click ‘Select’. Click on the ‘Custom Links’ heading from the menu options which appear below. Type or paste the URL into the URL text field.
How do I change the header in WordPress?
Edit header options for my WordPress site
- Sign in to WordPress.
- In the left-hand menu, select Appearance > Customize.
- Select Site Identity or Header > Site Identity. You will see options to edit the logo, site title, tagline, and site icon.
- Select Publish to apply the changes.