You can choose the headers while creating your Pages. Simply follow the structure below to create the header:
<!-- Start Header -->
<header class="top-header" class="fixed">
<div class="container">
<div class="top-header-full">
<div class="back-btn">
....
</div>
<div class="header-title">
....
</div>
</div>
</div>
</header>
<!-- End Header -->
Header 2
You can choose the headers while creating your Pages. Simply follow the structure below to create the header:
<!-- Start Header -->
<header id="top-navbar class="top-navbar fixed">
<div class="container">
<div class="top-header-full">
<div class="back-btn">
....
</div>
<div class="top-navbar-title">
....
</div>
<div class="skip_btn">
....
</div>
</div>
</div>
</header>
<!-- End Header -->
If you want to edit the menu from the bottom navigation menu, for that you have to visit the home-page1 there you can easily find out the code for the bottom navigation menu. You may also discover the bottom navigation menu in Homepage1, Homepage2, Search Screen, Empty Screen and many more respectively.
<!-- Start Header -->
<div class="bottom-tabbar">
<div class="bottom-tabbar-full">
<nav>
<a>
....
</a>
<a>
....
</a>
<a>
....
</nav>
</div>
</div>
<!-- End Header -->