How to change background color of a collapsed navbar to be different from when it's not collapsed?
@media only screen and (max-width : 768px) {
.navbar-collapse {
background: red;
}
}
How to change background color of a collapsed navbar to be different from when it's not collapsed?
@media only screen and (max-width : 768px) {
.navbar-collapse {
background: red;
}
}
bootstrap navbar toggler icon color
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
border-color: rgb(255,102,203);
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us