Is there a way to add a website navigation menu above Discourse header?

Hi @sok777

There are many ways to add a navbar to the top of your pages. You can use the theme’ing capabilities of Discourse, or you can write some JS or jQuery to insert an element (like below) into the DOM, or you could write a very simple Discourse plugin to insert code into the application layout, etc. There are many ways to accomplish this kind of basic task.

For example, I just added this sample HTML snippet to create a demo placeholder for a new top navbar, just for you:

Your original question was:

The answer is yes, “there are many ways”.

HTH.

2 Likes