How to make coloured buttons in bootstrap navbar? – Twitter bootstrap
I want to have a big red "Donate" button with white text in the navber, and my solution was <a href="#" class="btn btn-danger">Donate Now</a>. However, the button seems to turn transparent on hover. I've also tried <span class="label label-danger">Danger</span> and…