3

The devs said Bootstrap 3 would come bundled with an optional theme to make it look like Bootstrap 2.

The problem is they seem to have forgotten to put the hover effects on the buttons. Is there a way to put that back?

This is how it looks on v2, just move the mouse over any button and see the effect:

http://getbootstrap.com/2.3.2/examples/hero.html

And this is how it looks now in v3 (no effect):

http://getbootstrap.com/examples/theme/

Anshad Vattapoyil
  • 23,145
  • 18
  • 84
  • 132
ChocoDeveloper
  • 14,160
  • 26
  • 79
  • 117

1 Answers1

0

The easiest way would be to create your own custom class, say, .btn-custom, and then apply your preferred styling, including hover effect. This answer shows you how to create your own button styles in Boostrap 3.

This website also helps to easily generate the CSS styles: http://twitterbootstrap3buttons.w3masters.nl

Community
  • 1
  • 1
Steve Harrison
  • 121,227
  • 16
  • 87
  • 72