Bootstrap includes some very subtle shadow/glow effects on the menu. If you have tried to create a design with transparent nav, they might still be visible.
Kill those shadows:
.navbar-default {
outline: none;
border:none !important;
box-shadow:none !important;
}
No comments:
Post a Comment