css to make bootstrap navbar transparent

Simply add this to your css :-

.navbar-inner {
    background:transparent;
}

Leave a Comment