Tuesday, October 1, 2013

Remove Faint Lines from Bootstrap .navbar

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: