css - How to change bootstrap modal header colors (backgrond & text) -


how change bootstrap modal header background dark-blue , text white. fiddle here :

https://www.bootply.com/kzdpqurfsl

you can try use following css:

.modal-header {   background-color: darkblue;   color: white; } 

fiddle here.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -