In bootstrap.css changed the color of the button btn-primary in different states, but somehow able to hover, it stands only half. Where is it possible to fix? Thank you.
In the bootstrap.css, you able to change the color of button in the class btn-primary
in different states. Let's see the following code:
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
So. you can change the color, background-color, and etc as you wish.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With