marco789 Member Nov 6, 2021 #1 hi wie kann man die backroundfarbe (navigationsleiste) ändern auf schwarz?
Mark Administrator Staff member Nov 7, 2021 #2 Add this to skins/default/user.css Code: .bg-dark { background: #000 !important; }
Basti Administrator Staff member Nov 11, 2021 #4 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
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