
In https://markbind.org/userGuide/usingComponents.html#navbars, we tell users that it is possible to customize the NavBar as follows
- set
type="none"
- add
add-class="..."
However, no real example was given for add-class. While working on my own Markbind site, I was frustrated that I couldn't color it accordingly what I wanted (which was plain red)
From #797 I discovered that adding bg-* into add-class is a great way to color the navbar, i.e.
<navbar type="primary" add-class="bg-info">
Can we mention this in the User Guide?
In https://markbind.org/userGuide/usingComponents.html#navbars, we tell users that it is possible to customize the NavBar as follows
type="none"add-class="..."However, no real example was given for
add-class. While working on my own Markbind site, I was frustrated that I couldn't color it accordingly what I wanted (which was plain red)From #797 I discovered that adding
bg-*intoadd-classis a great way to color the navbar, i.e.Can we mention this in the User Guide?