Bootstrap have only 3-4 colors for buttons. How can I change buttons to other colors?
Asked
Active
Viewed 94 times
0
-
మీరు మార్చంది మీరు మార్చంది – Pramod Msdpt Mar 21 '19 at 00:43
2 Answers
0
Try giving a particular button a new css class:
.new-button {
background-color: lightblue; !important
}

eckles
- 1
- 1