Best Way to Customize the Navbar?
-
Are there any built in ways to customize the navbar?
I've considered modifying the CSS but that only gets me about 80% of what I would like.
Are there plugins?
Or should I just fork Persona and build my own theme?
-
I kinda want to re-write the navbar using flexbox. Though I still might be able to do that by modifying the css.
I also want it double high (about 100px) by default. Etc.
What's a child theme?
-
A child theme is just a regular theme with
baseTheme
defined intheme.json
for example https://github.com/NodeBB/nodebb-theme-lavender/blob/master/theme.json#L7.Then you can add template files you wish to customize and everything else will come from the baseTheme.
-
I'm trying to accomplish something very similar, I've created my subTheme based the Vanilla theme and created a custom menu.tpl and it works, but I'm unable to find where I can set the {navigation.class} I've looked at General > Navigation, but I haven't seen where can I set this.
I'm trying to create a menu with dropdowns based on my main site(a wordpress site). -
On ACP
-
goto Appearance tab
-
add custom javascript like in following example.
Custom Navbar
-