Ethos - Add Menu above Main Header NavBar

Hi,

I Am currently using the Ethos X Theme Stack and need to add an additional Small Menu above the main Header NavBar.

I need to add three links above the top right section of the NavBar for About, Contact Us and Home Page.

Please advise method of Placing Links above the upper right side of Main Header Navigation Menu.

I currently have a child class installed

Thanks,
Vargie

Hi Vargie,

Thanks for writing in! You can enable Topbar by head over to X -> Theme Options -> Header area.

Then you can add your own HTML into your Topbar Content area.

For example:

<a href="http://example.com/link1">About</a> <a href="http://example.com/link2">Contact</a> <a href="http://example.com/link3">Home</a>

Hope that helps.

1 Like

Dear DarShana,

Thanks for your advice, I turned on the TopBar and added the suggested code. From the result displayed the following:

I’m really trying to encapsulate the additional links just above right of the main NavBar. Please advise what steps I can take to reproduce the below goal scenario.

I really appreciate your help,

Thanks,
Vargie

Hi Vargie,

The X theme does not have such functionality to add the Menu Items at the designated place you mentioned in the screenshot, unfortunately.

This will need a great deal of customization which is outside of our support scope. We will give you the pointers on how to add the menu, but the implementation will be on your shoulders.

The first step is to install the Child Theme. Then follow the steps mentioned in this article.

You will need to override the file below:

wp-content/themes/x/framework/legacy/cranium/headers/views/global/_navbar.php

to:

wp-content/themes/x-child/framework/legacy/cranium/headers/views/global/_navbar.php

Then you can add the code my colleague gave inside the x-logobar-inner DIV tag. It will add the menu items there, but then you will need to add proper CSS styles in X > Theme Options > CSS to make it exactly how you described at the top right of the main menu section.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.