how to add/make top menu in X theme. thanks
Hi there,
Thanks for writing in! Are you trying to create a Navigation bar in X? You can navigate to Appearance > Menus and create a menu first see https://codex.wordpress.org/WordPress_Menu_User_Guide and then set it as Primary Menu

If you want to display an additional menu on top. You can make use of Topbar, go to Appearance > Header > MISCELLANEOUS > Topbar and turn it on.
In Topbar Content you can add the links as menu items:
<a class="x-btn" href="#" style="margin-right: 10px;">Home</a>
<a class="x-btn" href="#" style="margin-right: 10px;">About</a>
<a class="x-btn" href="#" style="margin-right: 10px;">Contact</a>
Hope this helps!
1 Like
thanks nabeel
1 Like