One of the first things you might want to do after you have installed and activated your theme is to set up the header area. The header contains the logo, menus...etc.
Logo:
- From the Appearance menu on the left-hand side of the Dashboard, select the Customize option to bring up the Customizer, then click on the Site Identity section.
- Click Add Logo to open the Media Manager.
- Upload a new image, or select one that’s already in your Media Library.
- Click Set as logo, and you’ll see your logo appear in the preview window.
- Click the Publish button at the top right of the Customizer to activate the logo on your site.
For more instructions on how to change your logo size follow this link
Primary Menu:
The primary menu should be set automatically, otherwise:
- Login to the WordPress Dashboard.
- From the Appearance menu on the left-hand side of the Dashboard, select the Menus option to bring up the Menu Editor.
- Create a new menu and add your menu items as presented with the WordPress Codex: https://codex.wordpress.org/WordPress_Menu_User_Guide
- After you are done creating your menu scroll to the bottom of the menu editor window.
- In the section titled Display location, click the check box for Primary Menu.
- Click "Save" menu once you’ve made your selection.
Add button to primary menu:
Add the CSS class "btn-nav" to your link, and save the menu:
To add CSS classes to a WordPress menu, first go to Appearance → Menus in your WordPress theme.
Next, find the Screen Options tab at the top right of the screen. Click to open the panel, and check the box labelled CSS Classes.
Select the menu you want to edit, and click the link you want to add a CSS class to. You should see a field that wasn’t visible before called CSS Classes (optional).
Top menu:
- Login to the WordPress Dashboard.
- From the Appearance menu on the left-hand side of the Dashboard, select the Menus option to bring up the Menu Editor.
- Create a new menu and add your menu items as presented with the WordPress Codex: https://codex.wordpress.org/WordPress_Menu_User_Guide
- After you are done creating your menu scroll to the bottom of the menu editor window.
- In the section titled Display location, click the check box for Top Bar Menu.
- Click "Save" menu once you’ve made your selection.