In Bootstrap 3, the navbar-default
class provided a linear-gradient background and a couple other nice touches. It seems to have been removed from Bootstrap 4 beta 2. Before re-creating the desired effect by hand I thought I might check here -- am I missing something?
Asked
Active
Viewed 133 times
-2

David
- 815
- 8
- 18
-
ouch, downvote?! seems a bit harsh to me. – David Dec 13 '17 at 14:52
1 Answers
0
Read the Bootstrap 4 docs.
http://getbootstrap.com/docs/4.0/components/navbar/#color-schemes
There is navbar-dark bg-primary
, navbar-light bg-light
, etc..
More info:
Bootstrap 4 navbar color
Bootstrap 4 custom navbar

Carol Skelly
- 351,302
- 90
- 710
- 624
-
I assure you I did read the docs, and had I found the answer there I would not have asked here. The other two links are somewhat useful, thank you. – David Dec 13 '17 at 14:53