About 19,100 results
Open links in new tab
  1. How can I remove Bootstrap button border? - Stack Overflow

    Feb 5, 2025 · 22 I have a custom bootstrap button and I cannot remove its border after click. I was able to change its background color but there is an insistent blue border boring me. I click on it, it opens a …

  2. How to put a link on a button with bootstrap? - Stack Overflow

    Mar 15, 2016 · How would one put a link on a button with bootstrap? there are 4 methods in the bootstrap documentation:

  3. css - Make smaller button in bootstrap - Stack Overflow

    Sep 22, 2016 · I use bootstrap 3 buttons and I want to modify the size to smaller, I've tried with the following which doesn't work .btn-sml { padding: 10px 10px; font-size: 22px; border-radius: 8px; }

  4. twitter bootstrap - How to add a spinner icon to button when it's in ...

    Feb 10, 2013 · Twitter Bootstrap's buttons have a nice Loading... state available. The thing is that it just shows a message like Loading... passed through the data-loading-text attribute like this: <button ...

  5. How can I increase the size of a bootstrap button?

    Sep 30, 2015 · Default Bootstrap size classes You can use btn-lg, btn-sm and btn-xs classes for manipulating with its size. btn-block Also, there is a class btn-block which will extend your button to …

  6. How to create a bootstrap circled button with the text centered

    4 These changes will produce circular buttons with centered text: include the .btn-circle css rules from the link you provided, wrap the button text in a span and give the span negative margins.

  7. html - Bootstrap Button - No Hand Cursor - Stack Overflow

    Jan 29, 2017 · 17 Try add role='button' instead. I have had this problem even though the documentation on bootstrap says type='button' should do the work but mine didn't.

  8. css - How to change btn color in Bootstrap - Stack Overflow

    Feb 1, 2015 · Is there a way to change all .btn properties in Bootstrap? I have tried below ones, but still sometimes it shows the default blue color (say after clicking and removing the mouse etc). How can I …

  9. bootstrap button shows blue outline when clicked

    I added this but still the blue outline appear when the button is clicked. .btn:focus { outline: none; } how to remove that ugly thingy?

  10. Bootstrap 4, How do I center-align a button? - Stack Overflow

    In Bootstrap 4 one should use the text-center class to align inline-blocks. NOTE: text-align:center; defined in a custom class you apply to your parent element will work regardless of the Bootstrap …