Topic: Color helps navigation bar fixed
daniel98
free
asked 7 years ago
My question is, how to modify the color when fixed navigation bar from sliding?
Add comment
Michal Szymanski
staff
answered 7 years ago
If you mean fixed scrolling navbar (http://mdbootstrap.com/components/navbars/#section3) you can manipulate these 2 classes to change the color:
//Before scrolling
.navbar-fixed-top {
background-color: #yourcolor
}
//After scrolling
.top-nav-collapse {
background-color: #yourcolor
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags