I use Bootstrap CSS Buttons Reference.
I create a button: class="btn btn-primary"
.
I want that it background will be black, and the text color will be white. How can I do it?
I use Bootstrap CSS Buttons Reference.
I create a button: class="btn btn-primary"
.
I want that it background will be black, and the text color will be white. How can I do it?
This question has already been answered here: Styling twitter bootstrap buttons
I'd recommend following the advice above; common practice is to override the default/boostrap stylesheet with your own styles rather than edit default/bootstrap directly or adding new style classes. Foundation works the same way.