I've searched around but whatever I try, I can't make my buttons have a border radius of zero globally. This doesn't work, can anyone help? thanks!
.btn btn-default{
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
}
border-radius: 24px!important;
I found that for me, I simply had to remove type=button as I had originally copy/pasted the bootstrap button from Bootstrap tutorials
I.E.
<a type="button" class="custom-css btn btn-primary btn-lg">foobar</a>
becomes
<a class="custom-css btn btn-primary btn-lg">foobar</a>
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