navigation color

Basti

Administrator
Staff member
I would not change the global bg-dark, this kills re-use in other places if you want that color there

change the css class ( what you added to user.css ) from bg-dark to bg-black
and in wrapper.html find
HTML:
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
And replace bg-dark with bg-black
 
Top