Horizontal Menu
In order to add, change or remove any ui elements from the top bar, simply edit in file
src/partials/horizontal-nav.php.
The change would reflect in all the files automatically.
How to use pre-built layouts?
Each of the layout options is provided below with steps you would need to perform:
Topbar Light
Keep your body element with data attributedata-topbar-color="light" E.g. <html lang="en" data-topbar-color="light"> to have light topbar and dark styled menubar
Theme Dark
Keep your body element with data attributedata-bs-theme="dark" E.g. <html lang="en" data-bs-theme="dark""> to have to your theme dark styled theme
Menu Light
Keep your body element with data attributedata-menu-color="light" E.g. <html lang="en" data-menu-color="light"> to have light menu and dark styled menubar