Topic: Transparency navbar and skins problem
Pierre Dommerc pro asked 8 years ago
Marta Szymanska staff pro premium answered 8 years ago
/* Navigation*/
.navbar {
background-color: transparent;
}
.top-nav-collapse {
background-color: #4285F4;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #4285F4;
}
}
You paste this code:
/* Navigation*/
.dark-skin .navbar {
background-color: transparent;
}
.dark-skin .top-nav-collapse {
background-color: #3b3b3b;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #3b3b3b;
}
}
Pierre Dommerc pro answered 8 years ago
Akash Upadhyay answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No