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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -