0

Bootstrap have only 3-4 colors for buttons. How can I change buttons to other colors?

alanpaivaa
  • 1,959
  • 1
  • 14
  • 23

2 Answers2

0

Try giving a particular button a new css class:

.new-button {
  background-color: lightblue; !important
}
eckles
  • 1
  • 1
-1

Try to avoid the !important is a code smell